Clarify emulated hue warning (#11910)

This commit is contained in:
Paulus Schoutsen 2018-01-25 02:20:37 -08:00 committed by Pascal Vizeli
parent 27edbe5c0f
commit 9123dfce6d

View File

@ -130,8 +130,9 @@ class Config(object):
self.cached_states = {} self.cached_states = {}
if self.type == TYPE_ALEXA: if self.type == TYPE_ALEXA:
_LOGGER.warning("Alexa type is deprecated and will be removed in a" _LOGGER.warning(
" future version") 'Emulated Hue running in legacy mode because type has been '
'specified. More info at https://goo.gl/M6tgz8')
# 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)