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

17 Commits

Author SHA1 Message Date
epenet
bb3e0633a4 Add init return type to integrations ()
Add type hints to integrations
2023-02-06 11:37:25 +01:00
epenet
458001a06e Improve entity type hints [t] () 2022-09-06 13:35:52 +02:00
epenet
6f93ffb7ee Add sensor setup type hints [t-v] ()
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 19:20:39 +01:00
Marc Mueller
70469e0979 Use assignment expressions 23 () 2021-10-22 11:13:05 +02:00
Marc Mueller
7314b1c8e1 Use EntityDescription - thinkingcleaner () 2021-08-23 23:04:17 +02:00
Erik Montnemery
94a264afaf Move temperature conversions to entity base class (7/8) () 2021-08-11 18:57:50 +02:00
Marc Mueller
8e2b5b36b5 Bump pyupgrade to 2.12.0 () 2021-04-09 09:58:27 -07:00
Erik Montnemery
783b453bbe Migrate integrations t-v to extend SensorEntity () 2021-03-22 19:47:44 +01:00
Philip Allgaier
dde6305549 Cleanup unused loggers (components N-Z + tests) () 2020-10-16 21:24:08 -05:00
springstan
d2b1918e9c Drop UNIT_ prefix for percentage constant () 2020-09-05 21:09:14 +02:00
Mans Matulewicz
a6e0ab2b3a Add thinkingcleaner optional host param ()
* adding support for optional host param

as thinkingcleaner backend was having issues (again)
-> https://www.thinkingsync.com/

* Update switch.py

* Update sensor.py

* Update switch.py

* Update sensor.py

* Update switch.py

* Update switch.py

* Update sensor.py
2020-03-09 12:56:26 +01:00
springstan
f1a0ca7cd3 Add and use percentage constant ()
* Add and use percentage constant

* Fix pylint error and broken test
2020-02-28 11:46:48 -08:00
springstan
c221fc5d22 Move imports to top for thinkingcleaner () 2019-11-26 10:22:57 -08: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
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