mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 00:07:10 +00:00
Remove unnecessary assignment of Template.hass from xiaomi (#123774)
This commit is contained in:
parent
dc462aa529
commit
e9682fe003
@ -80,7 +80,6 @@ class XiaomiCamera(Camera):
|
||||
self._manager = get_ffmpeg_manager(hass)
|
||||
self._name = config[CONF_NAME]
|
||||
self.host = config[CONF_HOST]
|
||||
self.host.hass = hass
|
||||
self._model = config[CONF_MODEL]
|
||||
self.port = config[CONF_PORT]
|
||||
self.path = config[CONF_PATH]
|
||||
|
Loading…
x
Reference in New Issue
Block a user