From eb59d44604b222195f72c8ad28b1f5798c14c648 Mon Sep 17 00:00:00 2001 From: CCOSTAN Date: Sun, 29 Jan 2017 00:55:30 +0000 Subject: [PATCH] New Version! and New fixes from @robbiet480 for Hue Lights! Boom! --- .HA_VERSION | 2 +- configuration.yaml | 2 ++ emulated_hue_ids.json | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 emulated_hue_ids.json diff --git a/.HA_VERSION b/.HA_VERSION index 3890be4f..e095bebd 100755 --- a/.HA_VERSION +++ b/.HA_VERSION @@ -1 +1 @@ -0.37.0.dev0 \ No newline at end of file +0.37.0 \ No newline at end of file diff --git a/configuration.yaml b/configuration.yaml index 8f9d01e3..1c88085b 100755 --- a/configuration.yaml +++ b/configuration.yaml @@ -34,6 +34,8 @@ light: - platform: hue host: 192.168.10.75 allow_unreachable: true + allow_in_emulated_hue: false + allow_hue_groups: false # Reference : https://www.flexfireleds.com/pages/Comparison-between-3528-LEDs-and-5050-LEDs.html - platform: flux_led diff --git a/emulated_hue_ids.json b/emulated_hue_ids.json new file mode 100644 index 00000000..b4866877 --- /dev/null +++ b/emulated_hue_ids.json @@ -0,0 +1 @@ +{"9": "switch.living_room_outlet", "17": "input_boolean.guest_mode", "24": "group.outdoor_pool_lights", "20": "switch.garage_outlet", "8": "switch.printer_outlet", "28": "switch.foyer_outlet", "33": "group.office_lights", "6": "group.dining_room_lights", "3": "switch.kitchen_accents", "10": "group.garage_lights", "4": "group.dinette_lights", "32": "group.living_room_lights", "30": "switch.outlet_304_4", "22": "light.outdoor_den", "27": "group.upstairs_lights", "7": "group.living_room_accents", "25": "group.interior_lights", "15": "group.hallway_lights", "21": "group.bedroom_lights", "19": "group.all_switches", "5": "switch.living_room_amp", "26": "scene.living_room_tv_time", "11": "group.foyer_lights", "14": "switch.den_outlet", "2": "group.outdoor_front_lights", "13": "group.kitchen_lights", "23": "light.garage_left", "29": "group.amps", "12": "group.all_lights", "31": "group.outdoor_lights", "16": "switch.kitchen_accent_2", "18": "group.den_lights", "1": "switch.front_door_outlet"} \ No newline at end of file