Fix emulated hue warning message (#9452)

This commit is contained in:
Adam Stone 2017-09-16 11:17:27 -04:00 committed by Daniel Høyer Iversen
parent f3fc571cd5
commit 73a15ddd64

View File

@ -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)