summaryrefslogtreecommitdiffstats
path: root/pkgs/servers/home-assistant
AgeCommit message (Collapse)Author
2020-12-19Merge pull request #107066 from mweinelt/home-assistantMartin Weinelt
homeassistant: 2020.12.0 -> 2020.12.1
2020-12-18home-assistant: update component-packagesNikita Uvarov
2020-12-16homeassistant: 2020.12.0 -> 2020.12.1Martin Weinelt
2020-12-13homeassistant: 0.118.5 -> 2020.12.0Martin Weinelt
2020-12-11home-assistant: disable test_media_viewMartin Weinelt
DEBUG:homeassistant.components.http.auth:Authenticated 127.0.0.1 for /media/local/test.mp3 using bearer token DEBUG:homeassistant.components.http.view:Serving /media/local/test.mp3 to 127.0.0.1 (auth: True) ERROR:aiohttp.server:Unhandled exception Traceback (most recent call last): File "/nix/store/8y4x6km9q2ik0hcgh0klx6rl46pcw6qf-python3.8-aiohttp-3.7.3/lib/python3.8/site-packages/aiohttp/web_protocol.py", line 485, in start resp, reset = await task File "/nix/store/8y4x6km9q2ik0hcgh0klx6rl46pcw6qf-python3.8-aiohttp-3.7.3/lib/python3.8/site-packages/aiohttp/web_protocol.py", line 440, in _handle_request reset = await self.finish_response(request, resp, start_time) File "/nix/store/8y4x6km9q2ik0hcgh0klx6rl46pcw6qf-python3.8-aiohttp-3.7.3/lib/python3.8/site-packages/aiohttp/web_protocol.py", line 591, in finish_response await prepare_meth(request) File "/nix/store/8y4x6km9q2ik0hcgh0klx6rl46pcw6qf-python3.8-aiohttp-3.7.3/lib/python3.8/site-packages/aiohttp/web_fileresponse.py", line 241, in prepare return await self._sendfile(request, fobj, offset, count) File "/nix/store/8y4x6km9q2ik0hcgh0klx6rl46pcw6qf-python3.8-aiohttp-3.7.3/lib/python3.8/site-packages/aiohttp/web_fileresponse.py", line 96, in _sendfile await loop.sendfile(transport, fobj, offset, count) File "/nix/store/i9lzacdfrwlj1ayw551c016s0fq71p7j-python3-3.8.6/lib/python3.8/asyncio/base_events.py", line 1120, in sendfile return await self._sendfile_native(transport, file, File "/nix/store/i9lzacdfrwlj1ayw551c016s0fq71p7j-python3-3.8.6/lib/python3.8/asyncio/selector_events.py", line 578, in _sendfile_native return await self.sock_sendfile(transp._sock, file, offset, count, File "/nix/store/i9lzacdfrwlj1ayw551c016s0fq71p7j-python3-3.8.6/lib/python3.8/asyncio/base_events.py", line 836, in sock_sendfile self._check_sendfile_params(sock, file, offset, count) File "/nix/store/i9lzacdfrwlj1ayw551c016s0fq71p7j-python3-3.8.6/lib/python3.8/asyncio/base_events.py", line 889, in _check_sendfile_params raise ValueError( ValueError: count must be a positive integer (got 0)
2020-12-11home-assistant: relax dependenciesMartin Weinelt
2020-12-05homeassistant: 0.118.4 -> 0.118.5Martin Weinelt
2020-11-26homeassistant: 0.118.3 -> 0.118.4Martin Weinelt
2020-11-23homeassistant: 0.118.1 -> 0.118.3Martin Weinelt
2020-11-19homeassistant: 0.118.0 -> 0.118.1Martin Weinelt
2020-11-18homeassistant: 0.117.6 -> 0.118.0Martin Weinelt
2020-11-18appdaemon: 4.0.1 -> 4.0.5freezeboy
2020-11-17home-assistant: loosen aiohttp version pin to unbreak buildPierre Bourdon
nixpkgs's aiohttp is currently 3.6.3, which is API compatible with 3.6.2 required by home-assistant.
2020-11-11homeassistant: 0.117.5 -> 0.117.6Martin Weinelt
2020-11-08Merge pull request #102944 from mweinelt/home-assistantMartin Weinelt
homeassistant: 0.117.4 -> 0.117.5
2020-11-08home-assistant: regenerate with new depsJörg Thalheim
2020-11-05homeassistant: 0.117.4 -> 0.117.5Martin Weinelt
2020-11-04homeassistant: 0.117.3 -> 0.117.4Martin Weinelt
2020-11-04homeassistant: 0.117.2 -> 0.117.3Martin Weinelt
2020-11-01homeassistant: 0.117.1 -> 0.117.2Martin Weinelt
2020-10-30homeassistant: 0.117.0 -> 0.117.1Martin Weinelt
2020-10-29homeassistant: 0.116.4 -> 0.117.0Martin Weinelt
2020-10-26home-assistant: update component-packages.nixMatt Votava
2020-10-18home-assistant: regenerate component-packagesJamie Magee
2020-10-18home-assistant: regenerate component-packagesJamie Magee
2020-10-17home-assistant: update component packagesMartin Weinelt
Enables support for the WLED component.
2020-10-16homeassistant: 0.116.3 -> 0.116.4Martin Weinelt
2020-10-15homeassistant: 0.116.2 -> 0.116.3Martin Weinelt
The project description changed a while ago, so let's update it.
2020-10-09homeassistant: 0.116.1 -> 0.116.2Martin Weinelt
2020-10-09home-assistant: clean up dependenciesMartin Weinelt
2020-10-09homeassistant: 0.116.0 -> 0.116.1Martin Weinelt
2020-10-09home-assistant: convert tests to pytestCheckHookMartin Weinelt
Enables testing in parallel. This cuts down the test phase from over five to under one minute on my 6C/12T processor. Sadly while the upstream runs their tests using `-n auto` this isn't working for us in all cases. I currently assume they use low concurrency in their CI, which is not triggering these issues..
2020-10-09homeassistant: 0.115.6 -> 0.116.0Martin Weinelt
2020-10-04home-assistant: regenerate component-packagesJamie Magee
2020-10-04Merge pull request #98641 from JamieMagee/python-nestMartin Weinelt
pythonPackages.{sseclient-py,python-nest}: init
2020-10-03Merge pull request #99479 from JamieMagee/pyadsMartin Weinelt
pythonPackages.pyads: init at 3.2.2
2020-10-03home-assistant: regenerate component-packagesJamie Magee
2020-10-03home-assistant: regenerate component-packagesJamie Magee
2020-10-03home-assistant: regenerate component-packagesJamie Magee
2020-10-02homeassistant: 0.114.4 -> 0.115.6Martin Weinelt
The image component is now part of the default_config dependency tree, which is why we now require pillow by default.
2020-09-13home-assistant: drop protobuf overrideMartin Weinelt
aioesphome was updated to 2.6.3 which requires protobuf>=3.12.2,<4.0.
2020-09-04pythonPackages.yeelight: init at 0.5.3nyanloutre
2020-09-04pythonPackages.pysqueezebox: init at 0.4.0nyanloutre
2020-08-29home-assistant: fix list spacing in component packagesMartin Weinelt
2020-08-29home-assistant: find packages that use extra_requireMartin Weinelt
2020-08-29homeassistant: 0.114.3 -> 0.114.4Martin Weinelt
2020-08-23Merge branch 'staging-next' into stagingJan Tojnar
2020-08-20homeassistant: 0.114.2 -> 0.114.3Martin Weinelt
2020-08-19homeassistant: 0.114.0 -> 0.114.2Martin Weinelt
2020-08-19home-assistant: fix testsJonathan Ringer