1
0
mirror of https://github.com/home-assistant/core.git synced 2025-06-17 19:47:08 +00:00

9 Commits

Author SHA1 Message Date
Erik Montnemery
41f3c2766c
Move temperature conversions to entity base class (2/8) () 2021-08-11 18:57:12 +02:00
Erik Montnemery
23b562386f
Migrate integrations d-e to extend SensorEntity () 2021-03-22 12:52:29 +01:00
Marc Mueller
91df3fa904
Update typing 06 () 2021-03-17 23:49:01 +01:00
springstan
a967f689c7
Remove unnecessary instances of dict.keys() () 2020-10-28 20:43:48 +01:00
Arjan van Balken
55aa341dab
Add unique_id to essent sensors ()
* Fix mix-up of sensor entities and their values

* Prevent multiple calls for the same meter
2020-02-02 15:45:04 +01:00
Franck Nijhof
fa79ef1220 Use literal string interpolation in integrations E-G (f-strings) () 2019-09-03 17:10:56 +02:00
Paulus Schoutsen
4de97abc3a Black 2019-07-31 12:25:30 -07:00
Sylvia van Os
9a5d783537 Don't crash on first EAN without installations ()
* Don't crash on first EAN without installations

* Remove duplicated values

* Switch from Exception to persistent notification

* Make pylint happy
2019-05-27 22:36:15 +02:00
Sylvia van Os
603e2cd961 Essent sensor ()
* Initial commit for Essent

* Cleanup Essent component

* Update CODEOWNERS

* Move stuff to PyEssent

* Update requirements_all

* Fix PyEssent

* Move meter list to PyEssent library

* Update requirements_all

* Only check for updates once an hour

* Use PyEssent 0.10

* Fixing up Essent component

* Fix crash

* Don't add unused meter/tariff combos

* Fix lint

* Get tariffs per meter

* Don't hammer Essent API

* Fix linting errors

* Fix old description

* Fix old call

* Cleanup Essent component
2019-04-30 21:02:16 +02:00