Commit Graph

657 Commits

Author SHA1 Message Date
Stefan Wiehler
ea2c9dd2dc home-assistant: update component-packages 2021-03-25 15:36:01 -07:00
Fabian Affolter
70cb86a618 home-assistant: enable solaredge tests 2021-03-24 23:49:55 +01:00
Fabian Affolter
fc6900503c home-assistant: update component-packages 2021-03-24 23:49:01 +01:00
Martin Weinelt
5409b08d8a
Merge pull request #117121 from elohmeier/dwdwfsapi 2021-03-23 16:02:37 +01:00
Enno Richter
62e8769a3a home-assistant: update component-packages.nix 2021-03-23 09:45: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
Fabian Affolter
3f2e683ca1 home-assistant: update component-packages 2021-03-23 00:10:32 +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
6022ca6e0b home-assistant: update component-packages 2021-03-20 23:55:08 +01:00
Fabian Affolter
8ba0c68815 home-assistant: enable simplisafe tests 2021-03-20 23:33:37 +01:00
Fabian Affolter
8e0d487ed0 home-assistant: update component-packages 2021-03-20 23:32:04 +01:00
Marius Bergmann
a04bdd8fbe
appdaemon: fix astral dependency (#116777)
appdaemon v4.0.5 pins astral to v1.10.1. The appdaemon package
definition removes this pinning. However, the current nixpkgs version of
astral (v2.x) is incompatible with the v1.x API. I added an override for
the astral package to bring back v1.10.1 into this derivation.
2021-03-20 14:05:41 +01:00
Fabian Affolter
3906bb02d8 home-assistant: update component-packages 2021-03-20 09:55:31 +01:00
Sandro
c577050b49
Merge pull request #116265 from fabaff/bump-devolo-home-control-api 2021-03-16 12:31:22 +01:00
Fabian Affolter
79a00cb241 appdaemon: allow later websocket-client releases 2021-03-15 23:09:14 +01:00
Martin Weinelt
41b5cb0a7c
Merge pull request #116362 from fabaff/bump-async-upnp-client
python3Packages.evohome-async: init at 0.3.8
2021-03-15 01:13:43 +01:00
Fabian Affolter
46d8354af1 home-assistant: update component-packages 2021-03-15 00:02:48 +01:00
Fabian Affolter
d4b5a9a607 home-assistant: update component-packages 2021-03-14 11:10:06 +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
Sandro
1b7722ea23
Merge pull request #115202 from fabaff/python-nmap 2021-03-07 02:24:40 +01:00
Martin Weinelt
b349460dd8
Merge pull request #115016 from mweinelt/home-assistant 2021-03-06 19:26:20 +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
Sandro
9675484462
Merge pull request #115197 from SuperSandro2000/fix-collection21 2021-03-06 04:56: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
Sandro Jäckel
bdfaf83f76
pythonPackages.google-api-python-client: normalize package name 2021-03-06 00:02:06 +01:00
Fabian Affolter
b014643071
Merge pull request #114181 from graham33/feature/add_ring_doorbell
Feature/add ring doorbell
2021-03-05 22:04:04 +01:00
Fabian Affolter
33f6c146a0 home-assistant: update component-packages 2021-03-05 19:58:41 +01:00
Sandro
a163e89000
Merge pull request #113799 from fabaff/pymfy 2021-03-05 03:03:37 +01:00
Martin Weinelt
ff9033ae24
Merge pull request #112991 from fabaff/skybellpy 2021-03-02 00:09:08 +01:00
Sandro
4d7a0c8d5d
Merge pull request #114771 from fabaff/PyViCare 2021-03-01 19:56:30 +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
90bda5dde7 home-assistant: update component-packages 2021-03-01 19:18:22 +01:00
Sandro
6148f08e0f
Merge pull request #114757 from fabaff/pymediaroom 2021-03-01 16:57:53 +01:00
Sandro
5ed774aeca
Merge pull request #114758 from fabaff/aiopylgtv 2021-03-01 16:57:40 +01:00
Fabian Affolter
d9723cb468 home-assistant: update component-packages 2021-03-01 16:24:25 +01:00
Fabian Affolter
e4b18f119f home-assistant: update component-packages 2021-03-01 16:14:21 +01:00