mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Clarify emulated hue warning (#11910)
This commit is contained in:
parent
27edbe5c0f
commit
9123dfce6d
@ -130,8 +130,9 @@ class Config(object):
|
||||
self.cached_states = {}
|
||||
|
||||
if self.type == TYPE_ALEXA:
|
||||
_LOGGER.warning("Alexa type is deprecated and will be removed in a"
|
||||
" future version")
|
||||
_LOGGER.warning(
|
||||
'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
|
||||
self.host_ip_addr = conf.get(CONF_HOST_IP)
|
||||
|
Loading…
x
Reference in New Issue
Block a user