We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3430e3d commit f867d4bCopy full SHA for f867d4b
custom_components/dmx/entity/select.py
@@ -62,7 +62,7 @@ def link_switching_entities(self, entities: list[DmxNumberEntity]) -> None:
62
63
self.__set_availability(True)
64
65
- def update_value(self, value: int) -> None:
+ def update_value(self, dmx_index: int, value: int) -> None:
66
# TODO maybe update self._attr_attribution from source ArtNet node?
67
capability = [
68
capability for capability in self.capability_types.values()
0 commit comments