Skip to content

Commit

Permalink
Clarify emulated hue warning (#11910)
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob authored and pvizeli committed Jan 25, 2018
1 parent 27edbe5 commit 9123dfc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions homeassistant/components/emulated_hue/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,9 @@ def __init__(self, hass, conf):
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)
Expand Down

0 comments on commit 9123dfc

Please sign in to comment.