mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-14 12:56:30 +00:00
Add signal_strength to device_class of sensor (#212)
* Add signal_strength to device_class of sensor See home-assistant/architecture#165 Relates to home-assistant/home-assistant#22738 * Fix typo
This commit is contained in:
parent
cf2fe9a108
commit
4d408992c6
@ -24,6 +24,7 @@ If specifying a device class, your sensor entity will need to also return the co
|
|||||||
| battery | % | % of battery that is left.
|
| battery | % | % of battery that is left.
|
||||||
| humidity | % | % of humidity in the air.
|
| humidity | % | % of humidity in the air.
|
||||||
| illuminance | lx/lm | Light level.
|
| illuminance | lx/lm | Light level.
|
||||||
|
| signal_strength | dB/dBm | Signal strength.
|
||||||
| temperature | °C/°F | Temperature.
|
| temperature | °C/°F | Temperature.
|
||||||
| timestamp | ISO8601 | Timestamp.
|
| timestamp | ISO8601 | Timestamp.
|
||||||
| power | W,kW | Power.
|
| power | W,kW | Power.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user