From 1a24650217b972e68a3cbdd960101260a290c9a8 Mon Sep 17 00:00:00 2001 From: Andrea Campi Date: Tue, 19 Dec 2017 00:41:17 +0000 Subject: [PATCH] Fix example (#4241) The current text seems to suggest `platform: hue` is still needed or supported. Not so. --- source/_components/hue.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/_components/hue.markdown b/source/_components/hue.markdown index 474fe180f17..76f4741c5f1 100644 --- a/source/_components/hue.markdown +++ b/source/_components/hue.markdown @@ -64,8 +64,7 @@ hue: bridges: - host: BRIDGE1_IP_ADDRESS filename: phue.conf - - platform: hue - host: BRIDGE2_IP_ADDRESS + - host: BRIDGE2_IP_ADDRESS filename: phue2.conf ```