1
0
mirror of https://github.com/home-assistant/core.git synced 2025-08-12 06:50:00 +00:00
Commit Graph

14 Commits

Author SHA1 Message Date
Franck Nijhof
8d5ce53098 Merge of nested IF-IF cases - S-W () 2021-03-27 10:54:59 +01:00
Franck Nijhof
6932cf9534 Use contextlib.suppress where possible () 2021-03-23 14:36:43 +01:00
Erik Montnemery
0c086b5067 Migrate integrations w-z to extend SensorEntity () 2021-03-22 19:50:29 +01:00
Erik Montnemery
1fc8e32d86 Update integrations t-z to override extra_state_attributes() () 2021-03-11 20:16:26 +01:00
springstan
ef9d9b17bd Drop UNIT_ prefix for constants ()
* Drop UNIT_ prefix for VOLT

* Drop UNIT_ prefix for DEGREE

* Drop UNIT_ prefix for CONDUCTIVITY

* Drop UNIT_ prefix for UV_INDEX

* Run isort
2020-04-21 19:45:53 +02:00
springstan
b893150154 Add and use UNIT_DEGREE constant ()
* Add and use UNIT_DEGREE constant

* Replace more occurrences

* Add and use TEMP_KELVIN

* Run isort
2020-04-11 16:54:11 +02:00
Quentame
91379b0ff7 Move imports in wink component () 2019-10-10 09:51:28 -07: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
William Scanlon
ff84c01d41 Remove wink sensor log calls ()
* Removed log calls

* pass during exception
2019-02-07 06:22:44 +01:00
William Scanlon
d13b2ca6ef Added egg age to the eggminder sensor ()
* Added egg age to the eggminder sensor
2019-02-05 21:26:54 -05: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