mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-08-06 10:44:04 +00:00
Update mode, time, rssi and report_interval feature names/units (#995)
This commit is contained in:
@@ -352,6 +352,7 @@ class IotDevice(Device):
|
||||
name="On since",
|
||||
attribute_getter="on_since",
|
||||
icon="mdi:clock",
|
||||
category=Feature.Category.Info,
|
||||
)
|
||||
)
|
||||
|
||||
|
@@ -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():
|
||||
|
Reference in New Issue
Block a user