1
0
mirror of https://github.com/home-assistant/core.git synced 2025-08-11 14:29:58 +00:00
Commit Graph

29 Commits

Author SHA1 Message Date
Erik Montnemery
045c327928 Move DeviceInfo from entity to device registry ()
* Move DeviceInfo from entity to device registry

* Update integrations
2023-08-10 22:04:26 -04:00
Franck Nijhof
c225c46853 Clean up device class based entity translations in Community.Sensors () 2023-06-27 12:31:57 +02:00
Michael
682ebbd4d5 Add entity name translations to Luftdaten () 2023-04-03 19:55:54 +02:00
Franck Nijhof
baef267f33 String formatting and max line length - Part 3 () 2022-12-22 13:35:47 +01:00
epenet
a6ddac9004 Use UnitOfTemperature in integrations (i-m) () 2022-12-20 18:30:46 +01:00
epenet
f988a1164d Use UnitOfPressure in integrations () 2022-12-19 21:41:46 +01:00
Franck Nijhof
9d0c91d648 Migrate Sensor.Community to new entity naming style () 2022-07-18 15:13:46 +02:00
Marc Mueller
d61a96f0ab Use correct relative imports [a-m] () 2022-01-05 17:28:12 +01:00
Franck Nijhof
4fe62a251d Rename Luftdaten -> Sensor.Community () 2021-12-28 21:40:00 +01:00
Franck Nijhof
7d7f5272fe Add device info to Luftdaten () 2021-12-25 10:52:31 +01:00
Franck Nijhof
40f1d53475 Add sensor tests to Luftdaten () 2021-12-23 15:46:17 +01:00
Franck Nijhof
4805b67300 Add strict typing to Luftdaten () 2021-12-22 12:20:35 +01:00
Franck Nijhof
66185f8247 Add state class support to Luftdaten () 2021-12-22 12:04:31 +01:00
Franck Nijhof
82013e68fb Implement DataUpdateCoordinator in luftdaten ()
* Implement DataUpdateCoordinator in luftdaten

* Typing additions/fixes

* Update homeassistant/components/luftdaten/sensor.py

Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>

Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
2021-12-21 22:51:47 +01:00
Franck Nijhof
4de4cc7bd4 Small cleanup of Luftdaten constants () 2021-12-16 21:25:24 +01:00
Marc Mueller
3c0a34dd01 Use EntityDescription - luftdaten ()
* Use EntityDescription - luftdaten

* Fix name attribute

* Remove default values

* Move SensorTypes back to __init__
2021-09-03 22:34:01 +02:00
Erik Montnemery
2720ba2753 Move temperature conversions to sensor base class (4/8) ()
* Move temperature conversions to entity base class (4/8)

* Fix litterrobot sensor

* Fix tests
2021-08-11 21:17:47 +02:00
Erik Montnemery
d1f3c20079 Set device_class on temperature sensors L-Q () 2021-07-12 20:41:45 +02:00
Erik Montnemery
fdf97eaca3 Migrate integrations i-m to extend SensorEntity () 2021-03-22 19:59:03 +01:00
Erik Montnemery
14a59d290a Update integrations j-o to override extra_state_attributes() () 2021-03-11 20:11:25 +01:00
FlavorFx
f22f568169 Fix Luftdaten.info data retrieval ()
Fix Luftdaten.info data retrieval
2020-11-21 11:52:34 +01:00
Jannik Beyerstedt
d8c2732bcb Do no crash Luftdaten on additional data returned by the API () 2020-07-14 22:56:02 +02:00
springstan
157f972d72 Use f-strings in integrations starting with "H" - "L" ()
* Use f-strings in integrations starting with "H"

* Use f-strings in integrations starting with "I"

* Use f-strings in integrations starting with "J"

* Use f-strings in integrations starting with "K"

* Use f-strings in integrations starting with "L"

* Fix lint error

* Use join instead of f-string in homekit_controller

* Use local variables with f-strings

* Fix lint error

* Escape the characters in f-string

* Sort imports with isort in homeworks light

* Fix pylint error

* Fix broken tests

* Fix broken tests v2
2020-02-28 12:39:29 +01:00
Franck Nijhof
fb35d382e1 Remove all empty *_setup_platform() from integrations ()
* Remove all empty *_setup_platform() from integrations

* Fix tests for smartthings

* Fix tests for heos
2020-01-21 12:38:38 +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 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
161c368c9d Update file header ()
* Update file header

* Update __init__.py
2019-02-13 20:35:12 -08:00
Paulus Schoutsen
ec57db78b5 Consolidate config flow components ()
* Consolidate config flow components

* Fix tests

* Fix tests

* Put unifi back

* Fix reqs

* Update coveragerc
2019-02-01 15:45:44 -08:00