We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4920ad commit 9c83b49Copy full SHA for 9c83b49
custom_components/petsafe/SensorEntities.py
@@ -49,7 +49,7 @@ def __init__(
49
self._attr_entity_category = entity_category
50
51
if device_class == "signal_strength":
52
- self._attr_native_unit_of_measurement = SIGNAL_STRENGTH_DECIBELS
+ self._attr_native_unit_of_measurement = SIGNAL_STRENGTH_DECIBELS_MILLIWATT
53
elif device_class == "battery":
54
self._attr_native_unit_of_measurement = PERCENTAGE
55
0 commit comments