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:
Markus Jankowski 2019-04-05 03:42:23 +02:00 committed by Fabian Affolter
parent cf2fe9a108
commit 4d408992c6

View File

@ -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.
| humidity | % | % of humidity in the air.
| illuminance | lx/lm | Light level.
| signal_strength | dB/dBm | Signal strength.
| temperature | °C/°F | Temperature.
| timestamp | ISO8601 | Timestamp.
| power | W,kW | Power.