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

@@ -352,6 +352,7 @@ class IotDevice(Device):
name="On since",
attribute_getter="on_since",
icon="mdi:clock",
category=Feature.Category.Info,
)
)

View File

@@ -340,6 +340,7 @@ class IotStripPlug(IotPlug):
name="On since",
attribute_getter="on_since",
icon="mdi:clock",
category=Feature.Category.Info,
)
)
for module in self._supported_modules.values():