Skip to content

Commit b3e1607

Browse files
technicalpicklesfabaff
authored andcommitted
Recommend to assign a static IP for emulated_hue component (home-assistant#890)
1 parent feee217 commit b3e1607

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/_components/emulated_hue.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ ha_iot_class: "Local Push"
1515
The `emulated_hue` component provides a virtual Philips Hue bridge, written entirely in software, that allows services that work with the Hue API to interact with Home Assistant
1616
entities. The driving use case behind this functionality is to allow Home Assistant to work with an Amazon Echo with no set up cost outside of configuration changes.
1717

18+
<p class='note'>
19+
It is recommended to assign a static IP address to the computer running Home Assistant. This is because the Amazon Echo discovers devices by IP addresss, and if the IP changes, the Echo won't be able to control it. This is easiest done from your router, see your router's manual for details.
20+
</p>
21+
1822
### {% linkable_title Configuration %}
1923

2024
To enable the emulated Hue bridge, add the following to your `configuration.yaml` file:

0 commit comments

Comments
 (0)