Fix ZentralAus
This commit is contained in:
parent
a28def65b8
commit
97abf66679
@ -147,7 +147,8 @@ class ZentralAus(ButtonInput):
|
|||||||
return False
|
return False
|
||||||
|
|
||||||
def button_pressed(self, ms: int):
|
def button_pressed(self, ms: int):
|
||||||
self.set_state(self.STATE_MAX)
|
for relay in self.relays:
|
||||||
|
relay.update_state(relay.STATE_MIN)
|
||||||
|
|
||||||
def get_ha_components(self, prefix):
|
def get_ha_components(self, prefix):
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user