mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Working on IGD
This commit is contained in:
@@ -142,6 +142,7 @@ FLOWS = [
|
||||
'nest',
|
||||
'sonos',
|
||||
'zone',
|
||||
'igd',
|
||||
]
|
||||
|
||||
|
||||
@@ -414,6 +415,7 @@ class ConfigEntries:
|
||||
Handler key is the domain of the component that we want to setup.
|
||||
"""
|
||||
component = getattr(self.hass.components, handler_key)
|
||||
_LOGGER.debug('Handler key: %s', handler_key)
|
||||
handler = HANDLERS.get(handler_key)
|
||||
|
||||
if handler is None:
|
||||
|
||||
Reference in New Issue
Block a user