1
0
mirror of https://github.com/home-assistant/core.git synced 2025-06-01 11:47:04 +00:00

9 Commits

Author SHA1 Message Date
Erik Montnemery
59ef55c34f
Improve editing of device conditions referencing non-added cover () 2021-06-14 14:34:59 +02:00
Joakim Sørensen
2f10f59717
Block custom integrations with missing or invalid version () 2021-05-17 15:48:41 +02:00
Ville Skyttä
dc880118a4
Lint suppression cleanups ()
* Unused pylint suppression cleanups

* Remove outdated pylint bug references

* Add flake8-noqa config and note to run it every now and then

* Add codes to noqa's

* Unused noqa cleanups
2021-03-02 09:02:04 +01:00
Paulus Schoutsen
b3be708db6
Add default config if not there ()
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2020-11-25 15:10:04 +01:00
Paulus Schoutsen
276f3afb00
Do async_setup_platform in background ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2020-05-31 22:18:30 -07:00
Christian Clauss
1d537ad416 Fix typo: serivce --> service () 2020-01-27 19:56:26 +01:00
Bas Nijholt
a3b605bb7d use isort to sort imports according to PEP8 for cover () 2019-12-08 22:28:00 +05:30
Erik Montnemery
7fee44b8c5 Add additional device conditions to cover ()
* Add additional device conditions to cover

* Add default value

* Add test

* Use numeric_state condition instead of template condition
2019-10-25 13:50:46 -07:00
Moritz Fey
96c0ad302f add device conditions for platform cover ()
* add device condition support to the cover integration

* remove TODO comment

* add strings.json
2019-10-12 13:08:45 -07:00