1
0
mirror of https://github.com/home-assistant/core.git synced 2025-08-15 16:30:04 +00:00
Commit Graph

12 Commits

Author SHA1 Message Date
Erik Montnemery
14ff6d4d1f Update integrations p-s to override extra_state_attributes() () 2021-03-11 21:23:20 +01:00
Adam Outler
840891e4f4 Increase skybell scan time to reduce timeouts () 2021-02-08 09:37:23 +01:00
Philip Allgaier
dde6305549 Cleanup unused loggers (components N-Z + tests) () 2020-10-16 21:24:08 -05:00
springstan
e55035b2f9 Use DEVICE_CLASS_MOTION in various integrations () 2020-09-12 16:20:30 -05:00
springstan
cee96ae207 Use opening and occupancy device class in various integrations () 2020-09-12 18:07:13 +02:00
Erik Montnemery
b022e08db9 Rename BinarySensorDevice to BinarySensorEntity ()
* Rename BinarySensorDevice to BinarySensorEntity

* Tweak

* Move deprecation warning to __new__, add test

* Move deprecation warning back to __init__

* Move deprecation warning to __init_subclass
2020-04-23 21:57:07 +02:00
Franck Nijhof
e8a0abd107 String formatting improvements ()
* String formatting improvements

* Found another one
2020-04-04 18:21:14 +02:00
Paulus Schoutsen
4de97abc3a Black 2019-07-31 12:25:30 -07:00
cgtobi
2c07bfb9e0 Remove dependencies and requirements ()
* Remove dependencies and requirements

* Revert "Remove dependencies and requirements"

This reverts commit fe7171b4cd.

* Remove dependencies and requirements

* Revert "Remove dependencies and requirements"

This reverts commit 391355ee2c.

* Remove dependencies and requirements

* Fix flake8 complaints

* Fix more flake8 complaints

* Revert non-component removals
2019-04-12 10:13:30 -07:00
Paulus Schoutsen
4b1de61110 Use relative imports inside integrations ()
* Use relative imports inside integrations

* Lint

* Fix automation tests

* Fix scene imports
2019-03-20 22:56:46 -07:00
Fabian Affolter
127c55e0c1 Update file header ()
* Update file header

* Update file header

* Update file header

* Update file header

* Update file header

* Fix lint issues
2019-02-13 21:21:14 +01:00
Paulus Schoutsen
e2d3c27e85 Embed all platforms into components ()
* Consolidate all components with platforms

* Organize tests

* Fix more tests

* Fix Verisure tests

* one final test fix

* Add change

* Fix coverage
2019-02-02 07:13:16 -08:00