Implement choice feature type (#880)

Implement the choice feature type allowing to provide a list of choices that can be set.

Co-authored-by: sdb9696
This commit is contained in:
Teemu R
2024-04-30 08:56:09 +02:00
committed by GitHub
parent d3544b4989
commit 300d823895
7 changed files with 98 additions and 18 deletions

View File

@@ -305,6 +305,7 @@ class SmartDevice(Device, Bulb):
)
for module in self._modules.values():
module._initialize_features()
for feat in module._module_features.values():
self._add_feature(feat)