Commit Graph

461 Commits

Author SHA1 Message Date
Fabian Affolter
3b4a2ea585 python3Packages.python-mystrom: init at 2.0.0 2021-01-01 18:54:43 +01:00
Martin Weinelt
9b78f36021
Merge pull request #107984 from fabaff/bump-paho-mqtt
python3Packages.paho-mqtt: 1.5.0 -> 1.5.1
2020-12-30 22:25:13 +01:00
Fabian Affolter
226b3da90e appdaemon: adjust requirements 2020-12-30 21:41:06 +01:00
Pavol Rusnak
2435d5e2e5
Merge pull request #107956 from JamieMagee/python-tado
pythonPackages.python-tado: init at 0.9.0
2020-12-30 21:02:46 +01:00
Jamie Magee
43351b93e9
home-assistant: update component-packages 2020-12-30 20:27:23 +01:00
Jamie Magee
7cce65f294
home-assistant: update component-packages 2020-12-30 20:14:28 +01:00
Martin Weinelt
f399effc58 homeassistant: 2020.12.1 -> 2020.12.2 2020-12-30 11:01:55 -08:00
Jamie Magee
c493ab12c0
home-assistant: update component-packages 2020-12-29 19:47:06 +01:00
Martin Weinelt
1db8a43877
Merge pull request #107066 from mweinelt/home-assistant
homeassistant: 2020.12.0 -> 2020.12.1
2020-12-19 00:12:51 +01:00
Nikita Uvarov
1cbaca3bf2
home-assistant: update component-packages 2020-12-18 17:33:00 +01:00
Martin Weinelt
7f2c1c3cc8 homeassistant: 2020.12.0 -> 2020.12.1 2020-12-16 22:52:32 +01:00
Martin Weinelt
1a0c4f1167 homeassistant: 0.118.5 -> 2020.12.0 2020-12-13 23:37:54 +01:00
Martin Weinelt
422ae014bb
home-assistant: disable test_media_view
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-11 14:32:39 +01:00
Martin Weinelt
80596e106d
home-assistant: relax dependencies 2020-12-11 14:30:12 +01:00
Martin Weinelt
94f9ab741c homeassistant: 0.118.4 -> 0.118.5 2020-12-05 14:37:14 +01:00
Martin Weinelt
1927e40d50 homeassistant: 0.118.3 -> 0.118.4 2020-11-26 14:22:13 -08:00
Martin Weinelt
b485298c25
homeassistant: 0.118.1 -> 0.118.3 2020-11-23 16:02:52 +01:00
Martin Weinelt
4b51d8ae6c homeassistant: 0.118.0 -> 0.118.1 2020-11-19 21:31:27 +01:00
Martin Weinelt
9e8e0c78d7 homeassistant: 0.117.6 -> 0.118.0 2020-11-18 22:27:01 -08:00
freezeboy
5dea442d09 appdaemon: 4.0.1 -> 4.0.5 2020-11-18 10:57:17 -08:00
Pierre Bourdon
f86a943450
home-assistant: loosen aiohttp version pin to unbreak build
nixpkgs's aiohttp is currently 3.6.3, which is API compatible with 3.6.2
required by home-assistant.
2020-11-17 02:14:08 +01:00
Martin Weinelt
4c4538cd63 homeassistant: 0.117.5 -> 0.117.6 2020-11-11 14:54:46 -08:00
Martin Weinelt
45c9773c2f
Merge pull request #102944 from mweinelt/home-assistant
homeassistant: 0.117.4 -> 0.117.5
2020-11-08 15:35:00 +01:00
Jörg Thalheim
0c1ff16a7c
home-assistant: regenerate with new deps 2020-11-08 15:04:42 +01:00
Martin Weinelt
be5ef7d85d homeassistant: 0.117.4 -> 0.117.5 2020-11-05 16:56:00 +01:00
Martin Weinelt
8071b8ba82 homeassistant: 0.117.3 -> 0.117.4 2020-11-04 23:22:56 -08:00
Martin Weinelt
0c4e33e4aa homeassistant: 0.117.2 -> 0.117.3 2020-11-04 23:22:56 -08:00
Martin Weinelt
13ba2bc228 homeassistant: 0.117.1 -> 0.117.2 2020-11-01 22:58:43 +01:00
Martin Weinelt
4e6820a230 homeassistant: 0.117.0 -> 0.117.1 2020-10-30 14:23:06 +01:00
Martin Weinelt
c8d6c254e8 homeassistant: 0.116.4 -> 0.117.0 2020-10-29 10:52:28 -07:00
Matt Votava
c4e2e9adf8 home-assistant: update component-packages.nix 2020-10-26 22:48:40 -07:00
Jamie Magee
ecaccf2d1a
home-assistant: regenerate component-packages 2020-10-18 23:10:25 +02:00
Jamie Magee
e8b9945cca home-assistant: regenerate component-packages 2020-10-18 09:41:30 -07:00
Martin Weinelt
8113151a77 home-assistant: update component packages
Enables support for the WLED component.
2020-10-17 12:01:41 -07:00
Martin Weinelt
0ee591e246 homeassistant: 0.116.3 -> 0.116.4 2020-10-16 01:21:41 +02:00
Martin Weinelt
3d5ecbd83e
homeassistant: 0.116.2 -> 0.116.3
The project description changed a while ago, so let's update it.
2020-10-15 13:09:39 +02:00
Martin Weinelt
5a9a3143fc homeassistant: 0.116.1 -> 0.116.2 2020-10-09 16:54:53 +02:00
Martin Weinelt
94515128c3 home-assistant: clean up dependencies 2020-10-09 12:11:05 +02:00
Martin Weinelt
41331908ac homeassistant: 0.116.0 -> 0.116.1 2020-10-09 12:11:05 +02:00
Martin Weinelt
53d04173e0 home-assistant: convert tests to pytestCheckHook
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-09 12:11:05 +02:00
Martin Weinelt
9cf3b6a473 homeassistant: 0.115.6 -> 0.116.0 2020-10-09 12:11:05 +02:00
Jamie Magee
a517040251
home-assistant: regenerate component-packages 2020-10-04 12:22:32 +02:00
Martin Weinelt
54c9db5edd
Merge pull request #98641 from JamieMagee/python-nest
pythonPackages.{sseclient-py,python-nest}: init
2020-10-04 04:25:37 +02:00
Martin Weinelt
98d2d8cfbe
Merge pull request #99479 from JamieMagee/pyads
pythonPackages.pyads: init at 3.2.2
2020-10-03 22:01:01 +02:00
Jamie Magee
1b58d7bbf6
home-assistant: regenerate component-packages 2020-10-03 22:00:46 +02:00
Jamie Magee
ef410f72a0
home-assistant: regenerate component-packages 2020-10-03 21:50:43 +02:00
Jamie Magee
f24039d943
home-assistant: regenerate component-packages 2020-10-03 21:43:45 +02:00
Martin Weinelt
31d9bdf626
homeassistant: 0.114.4 -> 0.115.6
The image component is now part of the default_config dependency tree,
which is why we now require pillow by default.
2020-10-02 19:10:42 +02:00
Martin Weinelt
68c4099d73
home-assistant: drop protobuf override
aioesphome was updated to 2.6.3 which requires protobuf>=3.12.2,<4.0.
2020-09-13 01:05:48 +02:00
nyanloutre
ca7b509dff
pythonPackages.yeelight: init at 0.5.3 2020-09-04 12:26:28 -07:00
nyanloutre
14de1392aa
pythonPackages.pysqueezebox: init at 0.4.0 2020-09-04 12:25:43 -07:00
Martin Weinelt
e06e699c84 home-assistant: fix list spacing in component packages 2020-08-29 17:37:55 -07:00
Martin Weinelt
cc4fd57df9 home-assistant: find packages that use extra_require 2020-08-29 17:37:55 -07:00
Martin Weinelt
67b7baa580 homeassistant: 0.114.3 -> 0.114.4 2020-08-29 17:37:55 -07:00
Jan Tojnar
58377555ed
Merge branch 'staging-next' into staging 2020-08-23 02:18:27 +02:00
Martin Weinelt
d4df3b70f7 homeassistant: 0.114.2 -> 0.114.3 2020-08-20 12:54:47 +02:00
Martin Weinelt
9dac262767 homeassistant: 0.114.0 -> 0.114.2 2020-08-19 09:54:21 +00:00
Jonathan Ringer
cc3c55b0f9 home-assistant: fix tests 2020-08-19 00:43:21 -07:00
Martin Weinelt
300307fde6
homeassistant: 0.113.3 -> 0.114.0 2020-08-12 13:47:11 +02:00
Jörg Thalheim
686cb7e18e
home-assistant: relax dependency on slugify 2020-08-11 11:50:10 +01:00
Martin Weinelt
d6e21aa17d home-assistant: relax cryptography dependency 2020-08-08 16:17:17 -07:00
Martin Weinelt
b01106127c home-assistant: regenerate component packages 2020-08-08 13:39:41 -07:00
Martin Weinelt
0480361a42 home-assistant: regenerate component packages 2020-08-04 13:11:19 -07:00
Martin Weinelt
fd2c4f05f2 home-assistant: regenerate component packages 2020-08-03 13:52:39 -07:00
Martin Weinelt
df51033330
Merge pull request #94475 from mweinelt/hass
homeassistant: 0.113.0 -> 0.113.3
2020-08-03 16:59:52 +02:00
Martin Weinelt
87d4e1230b
home-assistant: add patch to fix flapping logging test 2020-08-03 16:16:25 +02:00
Martin Weinelt
8507a0757e home-assistant: regenerate component packages 2020-08-01 18:55:53 -07:00
Martin Weinelt
48ec2fbf1e home-assistant: regenerate component packages 2020-08-01 18:50:04 -07:00
Martin Weinelt
1930604312 python3Packages.pyipp: init at 0.10.1
Also regenerate home-assistant component packages.
2020-08-01 18:01:14 -07:00
Martin Weinelt
ec4df176bd homeassistant: 0.113.0 -> 0.113.3 2020-08-01 22:14:46 +02:00
Martin Weinelt
93540e9c34
Merge pull request #93821 from mweinelt/pyfritzhome
python3Packages.pyfritzhome: init at 0.4.2
2020-08-01 22:09:12 +02:00
Martin Weinelt
d447d49b9f
python3Packages.pyfritzhome: init at 0.4.2 2020-07-25 15:59:29 +02:00
Martin Weinelt
5bd30523ce
homeassistant: 0.112.3 -> 0.113.0
https://www.home-assistant.io/blog/2020/07/22/release-113/
2020-07-22 18:27:50 +02:00
Matt Votava
fbaafd311b home-assistant: pin PyChromecast 2020-07-15 07:28:50 -07:00
Elis Hirwing
df8552e534
home-assistant: Fix dependency restriction 2020-07-11 21:18:48 +02:00
Matt Votava
9fb7c8e5d9 home-assistant: Update component packages 2020-07-09 22:10:26 -07:00
Martin Weinelt
a1121c1286 home-assistant: regenerate component-packages.nix (PyRMVtransport) 2020-07-07 09:32:42 -07:00
Martin Weinelt
7e8b36ea79 homeassistant: 0.112.2 -> 0.112.3 2020-07-07 02:02:25 +02:00
Jörg Thalheim
6d714a3d07
home-assistant: include influxdb-client 2020-07-07 01:43:45 +02:00
Martin Weinelt
bf13145ee5
homeassistant: 0.112.0 -> 0.112.2 2020-07-07 01:43:44 +02:00
Martin Weinelt
963de34c62
homeassistant: 0.111.4 -> 0.112.0 2020-07-07 01:43:44 +02:00
Jörg Thalheim
da196d2bed
home-assistant: add hexa as maintainers
https://github.com/NixOS/nixpkgs/pull/91273#issuecomment-647833500
2020-06-23 09:28:22 +01:00
Jörg Thalheim
aac8f45500
home-assistant: add override for pyowm
3.0 is not compatible with home-assistant
2020-06-22 10:11:26 +01:00
Jörg Thalheim
681b4034bd
Merge pull request #91234 from Mic92/hass
home-assistant: also collect after_dependencies
2020-06-21 19:04:47 +01:00
Martin Weinelt
735800c7a1
esphome: 1.14.3 -> 1.14.4 (#91204) 2020-06-21 19:40:11 +02:00
Jörg Thalheim
d9068791d9
home-assistant: also collect after_dependencies 2020-06-21 16:08:37 +01:00
Jörg Thalheim
a68c7e0fa7
nixos/home-assistant: fix tests 2020-06-21 10:58:29 +01:00
Jörg Thalheim
8dd2327bbd
home-assistant: add update script 2020-06-21 10:58:23 +01:00
Jörg Thalheim
d248e8a13b
home-assistant: 0.111.0 -> 0.111.4 2020-06-20 12:14:19 +01:00
Pierre Bourdon
6b719544c6 home-assistant: pin the 'astral' dependency version 2020-06-20 08:19:13 +02:00
Jörg Thalheim
210cc1633b
home-assistant: 0.110.1 -> 0.111.0 2020-06-11 08:32:21 +01:00
Ryan Mulligan
07e782bf09
Merge pull request #88541 from r-ryantm/auto-update/homeassistant-cli
home-assistant-cli: 0.8.0 -> 0.9.1
2020-05-22 07:20:39 -07:00
R. RyanTM
33647890f2 home-assistant-cli: 0.8.0 -> 0.9.1 2020-05-21 20:08:56 +00:00
Martin Weinelt
2ed6a2651d
home-assistant: 0.110.0 → 0.110.1 2020-05-21 17:42:29 +02:00
Martin Weinelt
feeec71609
home-assistant: 0.109.6 → 0.110.0 2020-05-21 00:01:24 +02:00
Jörg Thalheim
44ee03d7fc
home-assistant: 0.109.0 -> 0.109.6 2020-05-08 09:19:26 +01:00
Jörg Thalheim
4dd83ab601
home-assistant: limit tests to Linux 2020-05-07 07:06:57 +01:00
Jörg Thalheim
940c4fc4c6
home-assistant: 0.108.7 -> 0.109.0 2020-04-29 16:01:32 +01:00
Jörg Thalheim
9bb6948317
home-assistant: 0.108.2 -> 0.108.7 2020-04-22 09:04:44 +01:00
Marco Orovecchia
2467e22bdf pythonPackages.HAP-python: init at 2.7.0 2020-04-10 13:03:28 -07:00
Marco Orovecchia
6e72b95a93 pythonPackages.aioharmony: init at 0.2.1 2020-04-10 12:17:42 -07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jörg Thalheim
a11e417754
Merge pull request #84724 from Mic92/home-assistant
home-assistant: 0.107.7 -> 0.108.2
2020-04-10 13:50:40 +01:00
Jörg Thalheim
02becde898
home-assistant: 0.107.7 -> 0.108.2 2020-04-10 11:17:57 +01:00
Marco Orovecchia
6fcf77e87a pythonPackages.pynanoleaf: init at 0.0.5 2020-04-10 01:06:23 -07:00
Jonathan Ringer
664d1b2440 esphome: remove version pinning 2020-04-09 12:51:34 -07:00
Jörg Thalheim
3a4f0fa4ec
home-assistant: add mic92 as maintainer 2020-04-02 09:50:12 +01:00
Jörg Thalheim
cd3d229eba
Merge pull request #83583 from colemickens/nixpkgs-ha-pkgs-alarmdecoder
pythonPackages.alarmdecoder: init at v1.13.9
2020-04-02 09:47:54 +01:00
Cole Mickens
1e9982c52f home-assistant: regenerate component-packages.nix (alarmdecoder) 2020-03-31 07:46:48 +00:00
Cole Mickens
9a9f28bc09 home-assistant: regenerate component-packages.nix (roku) 2020-03-30 22:12:07 +00:00
Cole Mickens
d0fabe4e42 home-assistant: regenerate component-packages.nix (bravia-tv) 2020-03-28 08:09:40 +00:00
Cole Mickens
9cc44b7e33
home-assistant: 0.107.0 -> 0.107.7 2020-03-28 04:39:34 +00:00
Jörg Thalheim
af2e41c4dd
home-assistant: 0.106.6 -> 0.107.0 2020-03-28 02:29:59 +00:00
Jörg Thalheim
f146d5fdbe
home-assistant-frontend: 20200220.5 -> 20200318.0 2020-03-28 02:29:58 +00:00
Jörg Thalheim
3ed91d2f60
homeassistant: 0.106.1 -> 0.106.6 2020-03-11 11:02:57 +00:00
Jörg Thalheim
93a0ec6b59
home-assistant: fix parse-requirements.py for newer home-assistant versions 2020-03-11 10:56:24 +00:00
Jörg Thalheim
118e9e8153
home-assistant: 0.104.3 -> 0.106.1 2020-02-28 15:32:09 +00:00
Jörg Thalheim
9497ce5dd3
homeassistant/parse-requirements: run mypy check 2020-02-26 16:38:04 +00:00
Jörg Thalheim
a8d4fc718b
home-assistant/frontent: 20200108.0 -> 20200220.4 2020-02-26 16:38:02 +00:00
Jörg Thalheim
de1119f5fb
home-assistant/parse-requirements: write missing deps to component-packages.nix 2020-02-26 16:37:54 +00:00
Jörg Thalheim
0cf1e8ee05
homeassistant: reformat parse-requirements.py with black 2020-02-26 14:53:41 +00:00
Jörg Thalheim
4358dfff8d
appdaemon: 3.0.5 -> 4.0.1 2020-01-30 14:00:40 +00:00
Jörg Thalheim
610a8fd7ad
home-assistant: v0.103.1 -> 0.104.3 (#78010)
home-assistant: v0.103.1 -> 0.104.3
2020-01-28 12:34:54 +00:00
Cole Mickens
b673d75ebc home-assistant: 0.103.1 -> 0.104.3 2020-01-28 10:54:09 +00:00
Jörg Thalheim
17a3674aad
home-assistant: regenerate to include icloud 2020-01-20 13:59:49 +00:00
Franz Pletz
b27034dfdb
esphome: 1.14.1 -> 1.14.3, fix build 2020-01-19 21:43:24 +01:00
Jörg Thalheim
5121edc703
home-assistant: 0.100.3 -> 0.103.2 (#76088)
home-assistant: 0.100.3 -> 0.103.2
2020-01-09 11:29:04 +00:00
Jörg Thalheim
db4cdd05cc
Merge pull request #75898 from Scriptkiddi/hass_parse_req_error
home-assistant: Add error output for missing deps
2020-01-09 11:07:55 +00:00
Jörg Thalheim
cf8cb059e2
home-assistant-cli: fix typo in description 2020-01-09 10:45:46 +00:00
Jörg Thalheim
f74fc27ace
home-assistant-frontend: 20200108.0 -> 20191204.1 2020-01-09 10:43:43 +00:00
Jörg Thalheim
b2dbc1edd1
home-assistant: 0.100.3 -> 0.103.6 2020-01-09 10:39:38 +00:00
Peter Hoeg
0cffec3a7c
Merge pull request #70258 from juaningan/restrictedpython
home-assistant: add support for python_script component
2020-01-09 10:50:17 +08:00
R. RyanTM
cf1220bed6 home-assistant-cli: 0.7.0 -> 0.8.0 2019-12-23 07:30:33 -08:00
Scriptkiddi
2293669674 home-assistant: Add error output for missing deps
Print missing dependencies to the console when running the parse
requirements script. This allows to spot missing packages that could be
added to nixpkgs
2019-12-18 22:24:26 +01:00
Elis Hirwing
b3c24af135
home-assistant: Regenerate components file 2019-12-07 12:50:45 +01:00
Juanjo Presa
3f860eb736 home-assistant: run parse-requirements.py
home-assistant: run parse-requirements.py
2019-11-16 00:37:50 +00:00
Jonathan Ringer
70a86f1184
esphome: 1.13.6 -> 1.14.1 2019-11-08 20:51:14 -08:00
Jonathan Ringer
b9948763f5 appdaemon: add setuptools 2019-11-02 16:48:07 -07:00
Frederik Rietdijk
1155bb1c2f home-assistant: 0.99.2 -> 0.100.3 2019-10-29 15:23:50 +01:00
Frederik Rietdijk
45b1b9dcad home-assistant: move cryptography fix to correct place
fixup after f1d46d094a
2019-10-29 15:23:50 +01:00
Frederik Rietdijk
a85e58ac13 Merge master into staging-next 2019-10-23 09:38:37 +02:00
Michael Weiss
f1d46d094a
home-assistant: Fix the build after baf5494330 2019-10-22 22:22:39 +02:00
Felix Breidenstein
57266005ca Remove fleaz as maintainer and from all pkgs 2019-10-21 11:16:16 +02:00
Elis Hirwing
463eb7daff
Merge pull request #71400 from sweber83/sw-bump-home-assistant-frontend
update home-assistant-frontend to correct version for home-assistant 0.99.2
2019-10-20 23:06:10 +02:00
Simon Weber
5ed5e6125b home-assistant-frontend: document home-assistant to home-assistant-frontend package version relationship 2019-10-19 21:10:01 +02:00
Simon Weber
465c412b8a home-assistant-frontend: 20190514.0 -> 20190919.0 2019-10-19 18:20:26 +02:00
Robin Gloster
a1f6c972bb
Merge pull request #70729 from makefu/pkgs/pyhaversion/init
init pyhaversion (3.1.0) for home-assistant
2019-10-15 23:59:08 +02:00
Robert Schütz
7ab21ef4eb esphome: 1.12.2 -> 1.13.6 2019-10-09 17:46:00 +02:00
makefu
07d8628044
home-assistant: update component-packages, adds pyhaversion 2019-10-08 10:32:31 +02:00
Peter Hoeg
892fff48fd home-assistant: 0.96.2 -> 0.99.2 2019-09-25 08:07:30 +08:00
Robin Gloster
f9953dca30
Merge pull request #68793 from delroth/hass-setuptools
home-assistant: add missing setuptools dependency
2019-09-14 17:14:13 +02:00
Pierre Bourdon
6a0c11b931
home-assistant: add missing setuptools dependency
Fixes currently broken nixos hass test: https://hydra.nixos.org/build/100923199
2019-09-14 15:23:26 +02:00
Pierre Bourdon
04c1fcd09c
home-assistant: remove outdated pyyaml_3 pinning
The recent bump to 0.96.2 now requires pyyaml 5.1.1. The PRs upgrading
home-assistant to a newer version and the one pinning to an old PyYAML
version raced each other and we ended up with both submitted.

Fixes home-assistant build.
2019-09-11 08:39:49 +02:00
Andreas Rammhold
9cd7a73f94
maintainer: rename f-breidenstein to fleaz
He changed the GitHub handle a while ago.
2019-08-31 07:53:35 -04:00
Pierre Bourdon
39f3ab4961
home-assistant: 0.93.2 -> 0.96.2 2019-08-31 07:53:35 -04:00
Vladimír Čunát
2e6bf42a22
Merge branch 'master' into staging-next
There ver very many conflicts, basically all due to
name -> pname+version.  Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job.  There might be some fallback to these
conflicts, but I believe it should be minimal.

Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
Robin Gloster
4e60b0efae
treewide: update globin's maintained drvs 2019-08-20 19:36:05 +02:00
Frederik Rietdijk
d92d210c84 appdaemon: fix build 2019-08-18 11:48:40 +02:00
Frederik Rietdijk
3d00d8e4ee pythonPackages.pyyaml_3: init , instead of multiple pyyaml overrides
Temporary attribute until we can get rid of it everywhere.

This was triggered due to the libyaml 0.2.2 incompatibilty requiring
patches and still not building.
2019-07-25 11:51:55 +02:00
makefu
aa54135d2c home-assistant: update component-packages
adds gtts-token to google_translate component
2019-06-23 18:19:11 +02:00
volth
f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Peter Hoeg
1d88f4223b home-assistant: add support for html5 notifications 2019-06-07 11:23:11 +08:00
Robert Schütz
4fc639aa75 home-assistant: 0.92.2 -> 0.93.2
https://www.home-assistant.io/blog/2019/05/16/release-93/
2019-05-25 11:08:10 +02:00
Robert Schütz
c20b21df47 home-assistant-cli: 0.6.0 -> 0.7.0
https://github.com/home-assistant/home-assistant-cli/releases/tag/0.7.0
2019-05-25 11:08:10 +02:00
Robert Schütz
e94d857373 home-assistant: run parse-requirements.py 2019-05-20 13:31:44 +02:00
Robert Schütz
7e09b531ae appdaemon: 3.0.4 -> 3.0.5 2019-05-04 12:01:23 +02:00
Robert Schütz
4d607a5ac9 home-assistant: 0.91.4 -> 0.92.2
https://www.home-assistant.io/blog/2019/04/24/release-92/
2019-05-04 12:01:17 +02:00
Robert Schütz
3c4ec19cb6 home-assistant: make parse-requirements.py use manifest.json
The way dependencies and requirements are specified was changed upstream
in https://github.com/home-assistant/home-assistant/pull/22699.
2019-05-03 15:47:03 +02:00
Robert Schütz
59b1cdba31 python3.pkgs.aioesphomeapi: 1.8.0 -> 2.0.1
Pin the protobuf version used by Home Assistant to the version
required by aioesphomeapi and some components.
2019-04-22 23:56:34 +02:00
Robert Schütz
707bff5e73
Merge pull request #59491 from dotlambda/esphome-1.12.2
esphome: 1.11.2 -> 1.12.2
2019-04-18 08:29:32 +02:00
Robert Schütz
a846ea54d4 home-assistant: 0.91.3 -> 0.91.4 2019-04-17 07:39:03 +02:00
Robert Schütz
8a14cd631d esphome: 1.11.2 -> 1.12.2 2019-04-14 15:02:18 +02:00
Robert Schütz
b54bce24cf home-assistant: 0.91.2 -> 0.91.3 2019-04-11 17:43:55 +02:00
Robert Schütz
efdb9b4ee8 home-assistant: pin user-agents to 1.1.0
home-assistant-frontend requires
    user-agents==1.1.0
2019-04-08 16:48:02 +02:00
Robert Schütz
3084079695 home-assistant: 0.91.1 -> 0.91.2 2019-04-08 15:36:28 +02:00
Robert Schütz
38b4d2ca6f home-assistant: 0.90.2 -> 0.91.1
https://www.home-assistant.io/blog/2019/04/03/release-91/
2019-04-05 15:39:48 +00:00
Robert Schütz
160b9db695 appdaemon: 3.0.3 -> 3.0.4 2019-04-05 15:39:48 +00:00
Robert Schütz
c009d32686 appdaemon: 3.0.2 -> 3.0.3 2019-04-03 14:31:48 +02:00
Franz Pletz
323cfa90b5
pythonPackages.aioesphomeapi: init at 1.8.0 2019-04-01 17:28:17 +02:00
Robert Schütz
5f47ad0f8a home-assistant: 0.90.1 -> 0.90.2 2019-03-27 12:46:51 +01:00
Robert Schütz
149f580412
home-assistant: 0.89.2 -> 0.90.1 (#58017)
https://www.home-assistant.io/blog/2019/03/20/release-90/
2019-03-24 19:45:35 +01:00
Robert Schütz
40d96815a1 home-assistant: 0.89.1 -> 0.89.2 2019-03-14 00:52:17 +01:00
Robert Schütz
4594640a97 home-assistant: 0.87.1 -> 0.89.1 2019-03-08 13:00:06 +01:00
Robert Schütz
dc39d02e00 home-assistant: allow beta versions in parse-requirements.py 2019-03-04 17:17:33 +01:00
Robert Schütz
a3b6b49eac
Merge pull request #55383 from dotlambda/home-assistant-0.87
home-assistant: 0.86.4 -> 0.87.1
2019-03-03 02:23:23 +01:00
Robert Schütz
13182707e2
Merge pull request #56324 from makefu/python/firetv/init
init pythonPackages.firetv for home-assistant
2019-03-02 19:53:02 +01:00
Robert Schütz
27fb4f46d2 home-assistant: 0.86.4 -> 0.87.1 2019-03-02 12:37:48 +01:00
Frederik Rietdijk
2fcb11a244 Merge staging-next into master 2019-03-01 09:06:20 +01:00
makefu
a74e4d25eb
home-assistant: update compontent-packages 2019-02-27 19:26:54 +01:00
Robert Schütz
b588c656ba esphome: 1.11.1 -> 1.11.2 2019-02-27 00:20:41 +01:00
Robert Schütz
6e5a66f09f
Merge pull request #56225 from dotlambda/esphome-1.11.0
esphome: 1.10.1 -> 1.11.1
2019-02-24 13:58:13 +01:00
Robert Schütz
1011da3807 esphome: 1.10.1 -> 1.11.1 2019-02-24 13:24:35 +01:00
Vladimír Čunát
71f4ba29a3
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1506218
2019-02-22 17:51:01 +01:00
Robert Schütz
3382d93982 home-assistant-cli: 0.5.0 -> 0.6.0 2019-02-21 14:03:35 +01:00
Frederik Rietdijk
5871da418f Merge staging into python-unstable 2019-02-21 08:02:10 +01:00
Robert Schütz
e68aa6b28f home-assistant: fix pinned dependencies' builds 2019-02-17 14:40:50 +01:00
Robert Schütz
170dc5dee2
Merge pull request #55658 from netixx/hass-lifx-fix
home-assistant: add lifx component dependencies
2019-02-14 23:12:26 +01:00
Netix (Espinet François)
2d0abff4c1
home-assistant: fix dependencies for lifx component
Update components dependencies for home-assistant.
2019-02-14 22:00:43 +01:00
Robert Schütz
a9bf4cea4b Revert "home-assistant-cli: use python36"
This reverts commit c3b01eed80.
2019-02-12 23:12:57 +01:00
Robert Schütz
a069ef2d82 home-assistant-cli: 0.4.4 -> 0.5.0 2019-02-10 19:23:42 +01:00