diff --git a/source/_components/emulated_hue.markdown b/source/_components/emulated_hue.markdown index 85077abc9e7..5d71a26ec90 100644 --- a/source/_components/emulated_hue.markdown +++ b/source/_components/emulated_hue.markdown @@ -86,9 +86,10 @@ The following are attributes that can be applied in the `customize` section: ### {% linkable_title Troubleshooting %} -You can verify that the `emulated_hue` component has been loaded and is responding by pointing a local browser to the following URL: -http://``:8300/description.xml - This URL should return a descriptor file in the form of an XML file. -http://``:8300/api/pi/lights - This will return a list of devices, lights, scenes, groups, etc.. that `emulated_hue` is exposing to Alexa. +You can verify that the `emulated_hue` component has been loaded and is responding by pointing a local browser to the following URL: + + - `http://:8300/description.xml` - This URL should return a descriptor file in the form of an XML file. + - `http://:8300/api/pi/lights` - This will return a list of devices, lights, scenes, groups, etc.. that `emulated_hue` is exposing to Alexa. ### {% linkable_title License %}