Simplify impl by removing featurecategory and show_in_hass

This commit is contained in:
Teemu Rytilahti
2024-02-14 20:18:01 +01:00
parent 231a3e4dc5
commit 69108cea7d
5 changed files with 3 additions and 26 deletions

View File

@@ -149,11 +149,6 @@ class SmartDevice(Device):
icon="mdi:signal",
)
)
self._add_feature(
Feature(
device=self, name="Time", attribute_getter="time", show_in_hass=False
)
)
self._add_feature(
Feature(device=self, name="SSID", attribute_getter="ssid", icon="mdi:wifi")
)