Skip to content

Commit

Permalink
Add signal_strength to device_class of sensor (#212)
Browse files Browse the repository at this point in the history
* Add signal_strength to device_class of sensor

See home-assistant/architecture#165
Relates to home-assistant/core#22738

* Fix typo
  • Loading branch information
SukramJ authored and fabaff committed Apr 5, 2019
1 parent cf2fe9a commit 4d40899
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/entity_sensor.md
Expand Up @@ -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.
Expand Down

0 comments on commit 4d40899

Please sign in to comment.