Commit graph

261 commits

Author SHA1 Message Date
Martin Weinelt 6292be499b
Merge branch 'master' into staging-next 2021-04-22 00:54:14 +02:00
Martin Weinelt 61ecd7c2cd
Merge pull request #120118 from fabaff/dsmr-parser 2021-04-22 00:34:04 +02:00
Fabian Affolter 811cde0320 home-assistant: enable dsmr tests 2021-04-21 23:55:09 +02:00
Fabian Affolter c14b8f6fc0 home-assistant: enable hyperion tests 2021-04-21 23:19:47 +02:00
github-actions[bot] 6ef7c23763
Merge master into staging-next 2021-04-19 18:11:51 +00:00
Martin Weinelt e034919e62 home-assistant: 2021.4.5 -> 2021.4.6 2021-04-19 10:28:36 -07:00
github-actions[bot] f620e30ca4
Merge master into staging-next 2021-04-17 00:15:03 +00:00
github-actions[bot] 6a0f49f240
Merge master into staging-next 2021-04-16 18:13:19 +00:00
Martin Weinelt e8635f55b4 home-assistant: 2021.4.4 -> 2021.4.5 2021-04-16 19:54:14 +02:00
Jörg Thalheim ef9300b3ef
Merge pull request #119126 from fabaff/pycomfoconnect
python3Packages.pycomfoconnect: init at 0.4
2021-04-16 18:44:28 +01:00
Vladimír Čunát d2eb7a7887
Merge branch 'staging' into staging-next
A few conflicts but relatively clear ones (I think).
2021-04-14 10:08:25 +02:00
Martin Weinelt c7695f95d9
Merge pull request #119298 from fabaff/bump-yeelight 2021-04-13 14:34:51 +02:00
Fabian Affolter 0b4da909a5 home-assistant: enable yeelight tests 2021-04-13 13:17:51 +02:00
Martin Weinelt 08caa82758 home-assistant: 2021.4.3 -> 2021.4.4 2021-04-13 03:06:39 +02:00
Luke Granger-Brown 08b22e605b Merge remote-tracking branch 'upstream/staging-next' into down-integrate-staging 2021-04-12 18:49:01 +00:00
Fabian Affolter d857f72d63 home-assistant: enable wemo tests 2021-04-12 08:57:55 +02:00
Martin Weinelt 7dd22ac8bd
home-assistant: pin pyruckus==0.12 and enable ruckus_unleashed tests 2021-04-12 01:48:30 +02:00
Martin Weinelt 3d460faf57
Merge pull request #119083 from fabaff/pyeconet 2021-04-12 00:30:33 +02:00
Sandro 62ce5aa19a
Merge pull request #119138 from fabaff/pylutron-caseta 2021-04-11 23:35:28 +02:00
Fabian Affolter 423c23c7a3 home-assistant: enable sleepiq tests 2021-04-11 19:02:46 +02:00
Fabian Affolter ca7c3c7377 home-assistant: enable econet tests 2021-04-11 16:26:32 +02:00
Fabian Affolter 24079ff7e8 home-assistant: enable lutron_caseta tests 2021-04-11 15:23:43 +02:00
Fabian Affolter e9a0be7040 home-assistant: enable comfoconnect tests 2021-04-11 13:02:33 +02:00
Martin Weinelt fe3ffe4beb home-assistant: 2021.4.2 -> 2021.4.3 2021-04-10 12:30:21 +02:00
Martin Weinelt 8cbaf51809
Merge pull request #118943 from mweinelt/home-assistant
home-assistant: 2021.4.1 -> 2021.4.2
2021-04-10 11:58:58 +02:00
Martin Weinelt 8735fd1e95
Merge pull request #118944 from fabaff/homematicip
python3Packages.homematicip: init at 1.0.0
2021-04-10 02:19:55 +02:00
Martin Weinelt 3c88beebb0 home-assistant: enable kodi component test 2021-04-10 01:43:57 +02:00
Martin Weinelt fb4ffa649f home-assistant: 2021.4.1 -> 2021.4.2 2021-04-10 00:37:53 +02:00
Fabian Affolter 793d671409 home-assistant: enable homematicip_cloud tests 2021-04-10 00:22:23 +02:00
Fabian Affolter c3bb574d73 home-assistant: enable omnilogic tests 2021-04-09 18:49:21 +02:00
Dmitry Kalinkin 219590673c
Merge branch 'staging-next' into staging
Conflicts:
	pkgs/development/python-modules/panel/default.nix
	pkgs/os-specific/linux/kernel/generic.nix
	pkgs/servers/home-assistant/default.nix
2021-04-08 22:42:26 -04:00
Martin Weinelt b0339372cd
home-assistant: 2021.4.0 -> 2021.4.1 2021-04-09 01:08:42 +02:00
Jan Tojnar 625ce6c7f6 Merge branch 'staging-next' into staging
In python-packages.nix, resolve conflict between 50d604314e and 187d0371ab.
2021-04-08 17:14:31 +02:00
Martin Weinelt 095f8f4c29
home-assistant: pin pylitterbot==2021.2.8 2021-04-08 13:29:50 +02:00
Martin Weinelt 2d4ec195d2
home-assistant: 2021.3.4 -> 2021.4.0 2021-04-08 13:29:50 +02:00
Martin Weinelt c11a3f5fd4
Merge pull request #118633 from mweinelt/home-assistant-team 2021-04-08 01:55:27 +02:00
Martin Weinelt 024cee2534
Merge pull request #118703 from mweinelt/home-assistant-precheck-componenttest
home-assistant: error out if enabled component test does not exist
2021-04-08 00:56:44 +02:00
github-actions[bot] f1e22d45f0
Merge staging-next into staging 2021-04-07 18:14:56 +00:00
Martin Weinelt b85dd8136e
home-assistant: error out if enabled component test does not exist
Unfortunately enabling xdist hides the error away and the tests fail
abruptly with no clear indication of what went wrong.

Only after disabling xdist (`-n auto`, `--dist loadfile`) you would see

> ERROR: file or directory not found: tests/components/openhome

https://github.com/NixOS/nixpkgs/pull/118453#issuecomment-814491608
2021-04-07 18:48:50 +02:00
Martin Weinelt d1183f3dc4
Merge pull request #118648 from fabaff/bump-pychromecast
python3Packages.PyChromecast: 9.1.1 -> 9.1.2
2021-04-07 17:21:27 +02:00
Fabian Affolter 8030a8f456 home-assistant: enable cast tests 2021-04-07 15:30:34 +02:00
Jan Tojnar b47bf79d2a Merge branch 'staging-next' into staging 2021-04-07 05:41:17 +02:00
Martin Weinelt dc84583452
home-assistant: Move maintainership to home-assistant team 2021-04-07 02:33:24 +02:00
Jan Tojnar 70babe5bcf Merge branch 'staging-next' into staging 2021-04-06 16:25:41 +02:00
Fabian Affolter e2f4386944 home-assistant: allow later awesomeversion releases 2021-04-06 11:52:17 +02:00
Martin Weinelt b0cf9f6775
Merge pull request #118503 from dotlambda/home-assistant-dont-maintain
home-assistant: remove dotlambda from maintainers
2021-04-06 01:09:31 +02:00
github-actions[bot] 0269017eb4
Merge staging-next into staging 2021-04-05 00:16:41 +00:00
Martin Weinelt 5779eac948
Merge pull request #118501 from fabaff/bump-pysmappee 2021-04-04 23:02:01 +02:00
Robert Schütz d01376d81d home-assistant: remove dotlambda from maintainers
I'm currently not using it.
2021-04-04 22:15:13 +02:00
Fabian Affolter 9551b11d4f home-assistant: enable smappee tests 2021-04-04 21:52:01 +02:00