Skip to content

Commit 3393cc8

Browse files
Carlo Costanzofabaff
Carlo Costanzo
authored andcommitted
Troubleshooting links. (home-assistant#1391)
Just some added help.
1 parent 18fa5f7 commit 3393cc8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

source/_components/emulated_hue.markdown

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,13 @@ The following are attributes that can be applied in the `customize` section:
8484
- **emulated_hue** (*Optional*): Whether or not the entity should be exposed by the emulated Hue bridge. The default value for this attribute is controlled by the `expose_by_default` option.
8585
- **emulated_hue_name** (*Optional*): The name that the emulated Hue will use. The default for this is the entity's friendly name.
8686

87+
### {% linkable_title Troubleshooting %}
88+
89+
You can verify that the `emulated_hue` component has been loaded and is responding by pointing a local browser to the following URL:
90+
http://`<HA IP Address>`:8300/description.xml - This URL should return a descriptor file in the form of an XML file.
91+
http://`<HA IP Address>`:8300/api/pi/lights - This will return a list of devices, lights, scenes, groups, etc.. that `emulated_hue` is exposing to Alexa.
92+
93+
8794
### {% linkable_title License %}
8895

8996
Much of this code is based on work done by Bruce Locke on his [ha-local-echo](https://github.com/blocke/ha-local-echo) project, originally released under the MIT License. The license is located [here](https://github.com/blocke/ha-local-echo/blob/b9bf5dcaae6d8e305e2283179ffba64bde9ed29e/LICENSE).

0 commit comments

Comments
 (0)