mirror of
https://github.com/andvikt/mega_hacs.git
synced 2025-12-12 01:24:29 +05:00
only bin sensors can update state in http mode
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user