Update mode, time, rssi and report_interval feature names/units (#995)

This commit is contained in:
Steven B
2024-06-21 17:42:43 +01:00
committed by GitHub
parent ac1e81dc17
commit e083449049
8 changed files with 12 additions and 8 deletions

View File

@@ -277,6 +277,7 @@ class SmartDevice(Device):
name="RSSI",
attribute_getter=lambda x: x._info["rssi"],
icon="mdi:signal",
unit="dBm",
category=Feature.Category.Debug,
)
)
@@ -316,7 +317,7 @@ class SmartDevice(Device):
name="On since",
attribute_getter="on_since",
icon="mdi:clock",
category=Feature.Category.Info,
category=Feature.Category.Debug,
)
)