Invalidate relay cache after changing config.
Without this we don't see new relays after we add them.
This commit is contained in:
parent
b4027baf68
commit
0fee05acf7
|
@ -175,6 +175,7 @@ class Manager:
|
||||||
"name": name,
|
"name": name,
|
||||||
})
|
})
|
||||||
_write_config(self.configpath, self.config)
|
_write_config(self.configpath, self.config)
|
||||||
|
self._relays = []
|
||||||
|
|
||||||
def relay_set(self, relay: Relay, state: bool) -> None:
|
def relay_set(self, relay: Relay, state: bool) -> None:
|
||||||
if not relay.pin.chip.startswith("fake"):
|
if not relay.pin.chip.startswith("fake"):
|
||||||
|
|
Loading…
Reference in New Issue