1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-08 07:59:18 +00:00

13 Commits

Author SHA1 Message Date
epenet
c49fce5541
Force alias when importing sensor PLATFORM_SCHEMA () 2024-06-26 12:14:13 +02:00
Marc Mueller
0e3945ca6c
Add empty line after module docstring [d-f] () 2024-03-08 14:15:26 +01:00
epenet
c717fd19de
Move attribution to standalone attribute [e-g] () 2022-10-18 10:04:54 +02:00
epenet
3a3f41f3df
Improve entity type hints [e] () 2022-08-20 07:52:55 +02:00
epenet
d24ebc3c10
Add sensor setup type hints [e-f] ()
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 19:19:11 +01:00
Erik Montnemery
41f3c2766c
Move temperature conversions to entity base class (2/8) () 2021-08-11 18:57:12 +02:00
Ville Skyttä
9864f2ef8b
String formatting cleanups () 2021-07-13 00:12:55 +02:00
Erik Montnemery
23b562386f
Migrate integrations d-e to extend SensorEntity () 2021-03-22 12:52:29 +01:00
Erik Montnemery
6c084ae6ce
Update integrations a-e to override extra_state_attributes() () 2021-03-11 16:51:03 +01:00
springstan
0d1a389602 Move imports to top for etherscan () 2019-12-04 15:21:18 +01: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 fe7171b4cd30889bad5adc9a4fd60059d05ba5a7.

* Remove dependencies and requirements

* Revert "Remove dependencies and requirements"

This reverts commit 391355ee2cc53cbe6954f940062b18ae34b05621.

* 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
f5076188ef
Consolidate all platforms that have no tests ()
* Consolidate

* Fix tests

* Update imports

* Fix import

* Use importlib because integration and package share name

* Fix more tests

* Update .coveragerc and CODEOWNERS
2019-03-16 20:44:05 -07:00