mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 04:05:06 +02:00
Remove unnecessary assignment of Template.hass from xiaomi (#123774)
This commit is contained in:
@@ -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]
|
||||
|
Reference in New Issue
Block a user