Skip to content

Commit 101b858

Browse files
committed
Fix emulated_hue layout
1 parent b60975f commit 101b858

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

source/_components/emulated_hue.markdown

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,10 @@ The following are attributes that can be applied in the `customize` section:
8686

8787
### {% linkable_title Troubleshooting %}
8888

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.
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+
91+
- `http://<HA IP Address>:8300/description.xml` - This URL should return a descriptor file in the form of an XML file.
92+
- `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.
9293

9394

9495
### {% linkable_title License %}

0 commit comments

Comments
 (0)