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

12 Commits

Author SHA1 Message Date
Martin Hjelmare
fdbef90a57
Remove device class timestamp from device condition and trigger ()
* Remove unit from garmin connect

* Remove unit from hvv departures

* Remove device class timestamp from device condition and trigger

* Remove unit from systemmonitor

* Use device class constant for timestamp in ring
2021-04-01 15:05:10 +02:00
Marc Mueller
a3cd1854f6
Update typing 12 () 2021-03-18 14:31:38 +01:00
Alexei Chetroi
79b5ca9415
Add device classes for CO and CO2 measurements () 2021-03-07 00:52:43 +01:00
Ville Skyttä
da66a4e933
Device automation config error message improvements ()
Refs , 
2020-12-31 00:02:14 +01:00
fabiocastagnino
02d572aae5
Add device classes for electrical measurement ()
* added device classes for electrical measurement

(cherry picked from commit 2409fe19ed43bef568a0cca826652867d3a2d71a)

* upadte power factor unit (%)

* update power factor unit (%)
2020-08-08 21:04:18 +02:00
Franck Nijhof
187b6525b4
Removal of extraneous parenthesis () 2020-04-04 20:08:55 +02:00
Paulus Schoutsen
e9e44dbd97
Fix callback and async ()
* Fix callback and async

* Fix a return

* Fix test

* Fix mqtt tests

* Fix some more callbacks
2020-01-29 13:59:45 -08:00
Bas Nijholt
df85a50f3b Sort imports according to PEP8 for sensor () 2019-12-09 11:57:49 +01:00
Erik Montnemery
475b43500a
Add above and below to sensor condition extra_fields ()
* Add above and below to sensor condition extra_fields

* Change unit_of_measurement to suffix in extra_fields

* Check if sensor has unit when getting capabilities

* Improve tests
2019-10-26 06:55:42 +08:00
Ville Skyttä
759ad08930 Typing misc fixes ()
* Make async_get_conditions return type hint more specific

* Exclude script/scaffold/templates/ from pre-commit mypy
2019-10-14 13:03:37 -07:00
Erik Montnemery
5d1dd6390d Validate generated condition () 2019-10-06 21:06:16 -07:00
Erik Montnemery
b8f41dbb75 Add device condition support to sensor entities ()
* Add device condition support to sensor entities

* Fix typing
2019-10-04 10:11:14 -07:00