mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 17:57:55 +00:00
Fix emulated hue warning message (#9452)
This commit is contained in:
parent
f3fc571cd5
commit
73a15ddd64
@ -129,7 +129,7 @@ class Config(object):
|
|||||||
|
|
||||||
if self.type == TYPE_ALEXA:
|
if self.type == TYPE_ALEXA:
|
||||||
_LOGGER.warning("Alexa type is deprecated and will be removed in a"
|
_LOGGER.warning("Alexa type is deprecated and will be removed in a"
|
||||||
"future version")
|
" future version")
|
||||||
|
|
||||||
# Get the IP address that will be passed to the Echo during discovery
|
# Get the IP address that will be passed to the Echo during discovery
|
||||||
self.host_ip_addr = conf.get(CONF_HOST_IP)
|
self.host_ip_addr = conf.get(CONF_HOST_IP)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user