only bin sensors can update state in http mode

This commit is contained in:
Викторов Андрей Германович
2021-10-28 15:57:55 +03:00
parent 4145eebbdd
commit 76b8988b83
3 changed files with 4 additions and 2 deletions

View File

@@ -164,6 +164,7 @@ class MegaD:
hass.data[DOMAIN][CONF_HTTP].protected = protected
except Exception:
self.lg.exception('while setting allowed hosts')
self.binary_sensors = []
async def start(self):
pass