mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-08-07 11:14:02 +00:00
Update mode, time, rssi and report_interval feature names/units (#995)
This commit is contained in:
@@ -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,
|
||||
)
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user