mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02:00
Fix emulated hue warning message (#9452)
This commit is contained in:
committed by
Daniel Høyer Iversen
parent
f3fc571cd5
commit
73a15ddd64
@@ -129,7 +129,7 @@ class Config(object):
|
||||
|
||||
if self.type == TYPE_ALEXA:
|
||||
_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
|
||||
self.host_ip_addr = conf.get(CONF_HOST_IP)
|
||||
|
Reference in New Issue
Block a user