Skip to content

Commit

Permalink
Fix Fjäråskupan RSSI sensor unit (#55210)
Browse files Browse the repository at this point in the history
  • Loading branch information
emontnemery committed Aug 25, 2021
1 parent e633cc1 commit 856f4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/fjaraskupan/sensor.py
Expand Up @@ -55,7 +55,7 @@ def __init__(
self._attr_name = f"{device_info['name']} Signal Strength"
self._attr_device_class = DEVICE_CLASS_SIGNAL_STRENGTH
self._attr_state_class = STATE_CLASS_MEASUREMENT
self._attr_unit_of_measurement = SIGNAL_STRENGTH_DECIBELS_MILLIWATT
self._attr_native_unit_of_measurement = SIGNAL_STRENGTH_DECIBELS_MILLIWATT
self._attr_entity_registry_enabled_default = False

@property
Expand Down

0 comments on commit 856f4ad

Please sign in to comment.