From 101b858dc17637999c0465d31da5f5116dc4adba Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 3 Dec 2016 23:47:35 -0800 Subject: [PATCH] Fix emulated_hue layout --- source/_components/emulated_hue.markdown | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 %}