Commit Graph

1008 Commits

Author SHA1 Message Date
Robert Schütz
1845f7a077 home-assistant: set platforms to linux
Upstream does not support running it on macOS:
https://www.home-assistant.io/installation/macos/
2021-04-03 23:39:36 +02:00
Robert Schütz
b94f2dfd16 home-assistant: test freebox component 2021-04-03 18:24:12 +02:00
Robert Schütz
a8c0dbdab9 home-assistant: test homekit component 2021-04-03 18:21:02 +02:00
Martin Weinelt
53198a47d1 home-assistant: pin pyjwt==1.7.1, pykmtronic==0.0.3 2021-04-03 17:56:15 +02:00
Fabian Affolter
f86e033b86 home-assistant: enable axis tests 2021-04-03 15:15:49 +02:00
Fabian Affolter
8c9865b014 home-assistant: enable airly tests 2021-04-01 13:34:41 -07:00
Martin Weinelt
7e4d180b88
Merge pull request #118245 from fabaff/bump-spotipy 2021-04-01 17:18:47 +02:00
Fabian Affolter
e248f13dcd home-assistant: enable spotify tests 2021-04-01 15:42:31 +02:00
Martin Weinelt
41c0ad1c01
Merge pull request #118223 from fabaff/bump-accuweather 2021-04-01 15:10:41 +02:00
Martin Weinelt
0c627592ac
Merge pull request #118238 from fabaff/bump-devolo-home-control-api 2021-04-01 15:09:36 +02:00
Fabian Affolter
24f64df777 home-assistant: enable devolo_home_control tests 2021-04-01 13:59:46 +02:00
Robert Schütz
bd5c92ef89 home-assistant: test homematic component 2021-04-01 13:22:11 +02:00
Fabian Affolter
bfbfc1e87c home-assistant: enable accuweather tests 2021-04-01 11:57:16 +02:00
Sandro
13efbd6fdf
Merge pull request #118177 from fabaff/bump-vsure 2021-04-01 11:37:59 +02:00
Fabian Affolter
5484539969 home-assistant: enable verisure tests 2021-04-01 10:57:50 +02:00
Sandro
903437721f
Merge pull request #118178 from fabaff/bump-mcstatus 2021-04-01 10:54:45 +02:00
Fabian Affolter
8e12459235 home-assistant: enable minecraft_server tests 2021-04-01 09:30:22 +02:00
Enno Richter
ca8ff0b834 home-assistant: enable sonos componentTest 2021-03-30 21:12:13 +02:00
Fabian Affolter
70cb86a618 home-assistant: enable solaredge tests 2021-03-24 23:49:55 +01:00
Martin Weinelt
368329907b
Merge pull request #117300 from fabaff/bump-pysma 2021-03-23 02:01:59 +01:00
Martin Weinelt
55b7888f43
Merge pull request #117298 from fabaff/pydeconz 2021-03-23 01:51:05 +01:00
Fabian Affolter
99235e5560 home-assistant: enable subaru tests 2021-03-23 00:59:02 +01:00
Fabian Affolter
8bc8a51c04 home-assistant: enable sma tests 2021-03-23 00:41:26 +01:00
Fabian Affolter
b6f41fc351 home-assistant: enable deconz tests 2021-03-23 00:12:47 +01:00
Sandro Jäckel
815514f447
home-assistant: fix github tag of iaqualink-py 2021-03-22 21:15:07 +01:00
Martin Weinelt
355d0fcbe8
Merge pull request #117013 from fabaff/iaqualink 2021-03-21 17:33:59 +01:00
Martin Weinelt
cfce515802
home-assistant: pin iaqualink at 0.3.4
This was required due to breaking API changes in iaqualink>=0.4.0 and
can be safely removed after https://github.com/home-assistant/core/pull/48137
has been merged and released.
2021-03-21 04:16:25 +01:00
Fabian Affolter
46fe40324a home-assistant: enable iaqualink tests 2021-03-21 01:08:49 +01:00
Martin Weinelt
0cb5da8660
Merge pull request #117070 from fabaff/aionotion 2021-03-21 00:58:36 +01:00
Fabian Affolter
b9375be57e home-assistant: enable notion tests 2021-03-20 23:55:08 +01:00
Fabian Affolter
8ba0c68815 home-assistant: enable simplisafe tests 2021-03-20 23:33:37 +01:00
Martin Weinelt
c3cdba7942
home-assistant: 2021.3.3 -> 2021.3.4
https://github.com/home-assistant/core/releases/tag/2021.3.4
2021-03-13 01:31:48 +01:00
Martin Weinelt
7b82fbf63b
home-assistant: 2021.3.2 -> 2021.3.3 2021-03-09 03:09:42 +01:00
Martin Weinelt
4bd09f9889
home-assistant: apply patch to fix stream component tests
and reenable the two tests on aarch64.
2021-03-08 20:34:02 +01:00
Martin Weinelt
6ed2bd9937
home-assistant: disable tests getting stuck on aarch64 2021-03-06 18:25:08 +01:00
Martin Weinelt
9ad62a752e
home-assistant: 2021.3.0 -> 2021.3.2 2021-03-06 06:36:45 +01:00
Martin Weinelt
11d964f666
home-assistant: 2021.2.3 -> 2021.3.0 2021-03-06 03:02:05 +01:00
Martin Weinelt
598bc98ba1
home-assistant: rerun tests failing with RuntimeError
The flakyness in home-assistant stems from premature event loop closing,
due to race conditions throughout the test suite.

> RuntimeError: Event loop is closed

They also happen during upstreams testsuite runs, but they silently
ignore them, so I don't expect a fix for them in the near future.

Alleviate our pains by rerunning tests that fail in this particular way.
2021-03-06 02:28:00 +01:00
Martin Weinelt
4e65797018
home-assistant: enable a lot more component tests
We can now track a list of components, that should be integrated into
our testsuite run. Their dependencies will automatically be included
into the checkInputs by reusing the dependency lookup infrastructure we
already have, which is what makes this feasible.
2021-03-06 02:28:00 +01:00
Graham Bennett
cb55068397 home-assistant: add ring-doorbell dependency
For the ring integration.  This is currently pinned back to 0.6.2 to avoid an
upstream bug in 0.7.0.
2021-03-01 18:51:33 +00:00
Fabian Affolter
98cd269c3f home-assistant: allow later httpx releases 2021-02-28 23:44:02 +01:00
Fabian Affolter
e8811bc519 home-assistant: allow later awesomeversion releases 2021-02-25 09:33:40 +01:00
github-actions[bot]
344456f66a
Merge master into staging-next 2021-02-12 00:36:19 +00:00
Martin Weinelt
df1b15ce54
home-assistant: reduce to two xdist job runners
This more closely replicates home-assistants upstream test environment
which runs on GitHub Actions, which according to its specifications¹
provides a 2-core CPU and `-n auto` would scale with the locally
available thread count.

This is another possible reason for the amount of race conditions
(`RuntimeError: Event loop is closed`) we were seeing, since moving to
parallel testing using xdist.

Reenable a few tests, that are likely to be caused by those race
conditions.

[1] https://docs.github.com/en/actions/reference/specifications-for-github-hosted-runners
2021-02-11 18:12:23 +01:00
Martin Weinelt
1d811faf54
home-assistant: 2021.2.2 -> 2021.2.3 2021-02-11 15:31:50 +01:00
github-actions[bot]
30dddce5e8
Merge master into staging-next 2021-02-09 06:16:02 +00:00
Martin Weinelt
aa0af354b2 home-assistant: disable test_scan_match_st 2021-02-09 03:11:30 +01:00
Martin Weinelt
1c99286e1a home-assistant: 2021.2.1 -> 2021.2.2 2021-02-09 03:11:29 +01:00
github-actions[bot]
1c86cb40e9
Merge master into staging-next 2021-02-08 00:36:16 +00:00
Martin Weinelt
0b94f35b97
home-assistant: disable test_error_posted_as_event
The test is still flaky after the latest testing changes.
2021-02-07 22:57:41 +01:00
github-actions[bot]
86e1706582
Merge master into staging-next 2021-02-06 06:16:20 +00:00
Martin Weinelt
5bdc1c54ba
home-assistant: improve reliability of tests by grouping tests by file 2021-02-06 04:49:57 +01:00
Martin Weinelt
5684b8de37
home-assistant: 2021.2.0 -> 2021.2.1 2021-02-05 17:23:09 +01:00
Jan Tojnar
da66296930
Merge branch 'staging-next' into staging
libkeyfinder no longer uses Qt so dontWrapQtApps is moot.
2021-02-04 19:34:26 +01:00
Martin Weinelt
1054c03d96
home-assistant: improve checkInputs package selection (#111921)
and migrate unnecessary packages out of propagatedBuildInputs. This
shrinks the whole package by ~65%.

/nix/store/wdhqcxhp45p287zknw3r0cv7pxgp6r14-homeassistant-2021.2.0	 696.7M
/nix/store/1v20wdqfn4v1nf3v2jmlkx89q18n8fzx-homeassistant-2021.2.0	 250.8M
2021-02-04 17:36:21 +01:00
Jan Tojnar
91109ce94a
Merge branch 'staging-next' into staging 2021-02-04 15:02:14 +01:00
Martin Weinelt
da13b4418f
home-assistant: disable test_config_path
It's prone to race conditions.
2021-02-04 13:24:17 +01:00
Martin Weinelt
d153c3fd33
home-assistant: 2021.1.5 -> 2021.2.0 2021-02-04 02:09:56 +01:00
Robert Schütz
c65a1caf2f home-assistant: unpin PyYAML
Also remove a substitution that no longer applies.
2021-01-29 10:18:54 +01:00
Martin Weinelt
4702290465 home-assistant: 2021.1.4 -> 2021.1.5 2021-01-24 03:42:19 +01:00
Martin Weinelt
db4cdb0b9b
home-assistant: 2021.1.3 -> 2021.1.4 2021-01-17 10:43:13 +01:00
Martin Weinelt
7314c0eee7
home-assistant: 2021.1.2 -> 2021.1.3 2021-01-15 18:14:15 +01:00
Martin Weinelt
c5a3874a4c
home-assistant: 2021.1.1 -> 2021.1.2 2021-01-14 23:53:44 +01:00
Martin Weinelt
28991cd201 home-assistant: 2021.1.0 -> 2021.1.1 2021-01-11 00:11:37 +01:00
Martin Weinelt
8cb55de7dc
home-assistant: don't strip
Neither the home-assistant nor the frontend contain strippable binaries,
but the stripping process will still iterate over 6600+ files and notice
that they're not in a strippable format.

On my 6C/12T desktop CPU this takes slightly over two minutes.
2021-01-07 13:33:10 +01:00
Martin Weinelt
7adf998341
home-assistant: 2020.12.2 -> 2021.1.0 2021-01-07 13:33:10 +01:00
Martin Weinelt
f399effc58 homeassistant: 2020.12.1 -> 2020.12.2 2020-12-30 11:01:55 -08: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
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
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
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
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
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
Martin Weinelt
87d4e1230b
home-assistant: add patch to fix flapping logging test 2020-08-03 16:16:25 +02:00
Martin Weinelt
ec4df176bd homeassistant: 0.113.0 -> 0.113.3 2020-08-01 22:14:46 +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
Martin Weinelt
7e8b36ea79 homeassistant: 0.112.2 -> 0.112.3 2020-07-07 02:02:25 +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
a68c7e0fa7
nixos/home-assistant: fix tests 2020-06-21 10:58:29 +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
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
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jörg Thalheim
02becde898
home-assistant: 0.107.7 -> 0.108.2 2020-04-10 11:17:57 +01:00
Jörg Thalheim
3a4f0fa4ec
home-assistant: add mic92 as maintainer 2020-04-02 09:50:12 +01: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
3ed91d2f60
homeassistant: 0.106.1 -> 0.106.6 2020-03-11 11:02:57 +00:00
Jörg Thalheim
118e9e8153
home-assistant: 0.104.3 -> 0.106.1 2020-02-28 15:32:09 +00:00
Cole Mickens
b673d75ebc home-assistant: 0.103.1 -> 0.104.3 2020-01-28 10:54:09 +00:00
Jörg Thalheim
b2dbc1edd1
home-assistant: 0.100.3 -> 0.103.6 2020-01-09 10:39:38 +00: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
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
Robin Gloster
4e60b0efae
treewide: update globin's maintained drvs 2019-08-20 19:36:05 +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
volth
f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00: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
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
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
a846ea54d4 home-assistant: 0.91.3 -> 0.91.4 2019-04-17 07:39:03 +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
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
27fb4f46d2 home-assistant: 0.86.4 -> 0.87.1 2019-03-02 12:37:48 +01:00
Robert Schütz
e68aa6b28f home-assistant: fix pinned dependencies' builds 2019-02-17 14:40:50 +01:00
Robert Schütz
6cb6b90f1a home-assistant: 0.85.1 -> 0.86.4 2019-01-29 08:56:41 +01:00
Robert Schütz
feae4d6cdb home-assistant: 0.85.0 -> 0.85.1 2019-01-12 07:39:19 +01:00
Robert Schütz
9a70a1842c home-assistant: 0.84.6 -> 0.85.0 2019-01-10 11:25:16 +01:00
Robert Schütz
f9d5ac9bff home-assistant: 0.84.3 -> 0.84.6 2018-12-22 12:00:19 +01:00
Franz Pletz
65dfc2b272
Merge pull request #51914 from dotlambda/home-assistant-python37
home-assistant: use python37
2018-12-19 19:32:11 +00:00
Robert Schütz
f47b7d0213 home-assistant: 0.84.2 -> 0.84.3 2018-12-17 17:31:00 +01:00
Robert Schütz
339a9980ec home-assistant: 0.83.3 -> 0.84.2 2018-12-14 20:01:41 +01:00
Robert Schütz
00a9057f75 Revert "home-assistant: pin to python 3.6"
This reverts commit 2fb90e57fd.
Home Assistant now builds fine with Python 3.7.
2018-12-12 17:05:42 +01:00
Robert Schütz
b63bb15612 home-assistant: 0.82.1 -> 0.83.3 2018-12-06 14:59:27 +01:00
Franz Pletz
2fb90e57fd
home-assistant: pin to python 3.6 2018-11-23 15:14:31 +01:00
Robert Schütz
5e0e2e252c home-assistant: 0.82.0 -> 0.82.1 2018-11-16 14:52:05 +01:00
Robert Schütz
dbceff85b9 home-assistant: 0.81.5 -> 0.82.0 2018-11-12 11:21:41 +01:00
Robert Schütz
c1324d571d home-assistant: 0.81.2 -> 0.81.5 2018-11-03 15:25:56 +01:00
Robert Schütz
863a795281 home-assistant: 0.81.1 -> 0.81.2 2018-10-30 13:55:20 +01:00
Robert Schütz
e9871745a1 home-assistant: 0.81.0 -> 0.81.1 2018-10-29 13:39:37 +01:00
Robert Schütz
4b60f4c55f home-assistant: 0.80.3 -> 0.81.0 (#49251)
* python3.pkgs.async-timeout: 3.0.0 -> 3.0.1

* home-assistant: 0.80.3 -> 0.81.0
2018-10-27 09:11:53 -04:00
Robert Schütz
0b6180aa89 home-assistant: 0.77.3 -> 0.80.2 2018-10-18 19:20:53 +02:00
Robert Schütz
c42f0f95bb home-assistant: 0.77.2 -> 0.77.3 2018-09-06 20:22:56 +02:00
Robert Schütz
e5bd748795 home-assistant: 0.77.1 -> 0.77.2 2018-09-02 09:45:31 +02:00
Robert Schütz
13c6a9ba86 home-assistant: 0.76.1 -> 0.77.1 2018-08-31 19:07:35 +02:00
Robert Schütz
33be3c4630 home-assistant: 0.75.2 -> 0.76.1
Also simplify the way overrides are defined for better readability
and use the opportunity to introduce a packageOverrides option.
2018-08-21 19:26:54 +02:00
Robert Schütz
db436734cd home-assistant: 0.75.1 -> 0.75.2 2018-08-06 21:23:17 +02:00
Robert Schütz
8dc20dce0a
home-assistant: 0.74.2 -> 0.75.1 (#44500) 2018-08-05 22:13:16 +02:00
Robert Schütz
25fd46d102 home-assistant: 0.74.0 -> 0.74.2 2018-07-30 18:14:10 +02:00
Robert Schütz
414167b213 home-assistant: 0.73.2 -> 0.74.0 (#43964) 2018-07-29 21:49:46 +02:00
Robert Schütz
7682a1f0ec home-assistant: 0.73.1 -> 0.73.2
This fixes a security hole allowing man in the middle attacks.
See https://www.home-assistant.io/blog/2018/07/16/release-73-2/.
2018-07-17 14:36:47 +02:00
Robert Schütz
ef2ac673a1 home-assistant: 0.73.0 -> 0.73.1 2018-07-09 16:16:43 +02:00
Robert Schütz
e8697ddea4 home-assistant: 0.72.1 -> 0.73.0 2018-07-08 00:01:32 +02:00
Robert Schütz
44b790fc6f home-assistant: 0.72.0 -> 0.72.1 2018-06-26 22:36:42 +02:00
Franz Pletz
57666529d7
home-assistant: 0.69.1 -> 0.72.0 2018-06-24 17:39:01 +02:00
Robert Schütz
47a08c1918 home-assistant: add voluptuous-serialize to propagatedBuildInputs 2018-06-05 09:46:48 +02:00
Robert Schütz
960c657074 home-assistant: 0.69.0 -> 0.69.1 2018-05-13 18:30:58 +02:00
Robert Schütz
69b584ac3b home-assistant: 0.68.1 -> 0.69.0 2018-05-12 08:53:08 +02:00
Robert Schütz
ae7c71e267
home-assistant: 0.68.0 -> 0.68.1 (#39855) 2018-05-02 15:55:04 +02:00
Robert Schütz
d71df79998 home-assistant: 0.67.1 -> 0.68.0 2018-04-28 19:58:03 +02:00
Robert Schütz
f00221d0eb home-assistant: 0.67.0 -> 0.67.1 2018-04-18 09:39:14 +02:00
Robert Schütz
a2cd43efe8
home-assistant: 0.66.1 -> 0.67.0 (#38931) 2018-04-14 21:57:58 +02:00
Robert Schütz
617c26df84
home-assistant: 0.65.5 -> 0.66.1 (#38681) 2018-04-11 10:47:38 +02:00
Robert Schütz
80fc5f2a24 Merge branch 'master' into staging 2018-04-10 09:13:36 +02:00
Robert Schütz
a292149c8b home-assistant: treat extraComponents with multiple requirements correctly 2018-04-09 16:45:42 +02:00
Robert Schütz
66cce2d15e home-assistant: pin async-timeout version 2018-04-08 11:36:05 +02:00
Tuomas Tynkkynen
ef64208eba Merge commit '3ab2949' from staging into master
Conflicts:
	pkgs/development/compilers/llvm/6/llvm.nix
	pkgs/servers/home-assistant/component-packages.nix
2018-03-15 22:30:56 +02:00
Robert Schütz
306ee199a7 home-assistant: 0.63.3 -> 0.65.5 2018-03-15 15:03:36 +01:00
Robert Schütz
d6e25bfc3b home-assistant: pin astral version to 1.5 2018-02-27 00:44:42 +01:00
Robert Schütz
edee98a9d1 home-assistant: pin voluptuous version 2018-02-19 13:04:36 +01:00
Robert Schütz
061a16a415 home-assistant: 0.63.2 -> 0.63.3 2018-02-18 12:16:54 +01:00
Robert Schütz
d60da6054f home-assistant: 0.63.1 -> 0.63.2 2018-02-14 10:01:50 +01:00
Robert Schütz
3e42833a7f home-assistant: 0.63 -> 0.63.1 2018-02-12 18:15:29 +01:00
Robert Schütz
7b616b6240 home-assistant: 0.62.1 -> 0.63 2018-02-10 23:19:19 +01:00
Robert Schütz
6fb6616f17 home-assistant: remove dependencies which should be loaded via autoExtraComponents 2018-02-10 13:46:24 +01:00
Robert Schütz
bfcea0c05d home-assistant: fix tests by pinning pytest==3.3.1 2018-02-08 13:02:57 +01:00
Robert Schütz
78c2ca326e home-assistant: compute extraComponents from config 2018-02-02 09:48:50 +01:00
Robert Schütz
5bf6d94473 home-assistant: init at 0.62.1 2018-01-30 11:23:24 +01:00