From c40d9b31bb39151304400c662ec0e736548df01d Mon Sep 17 00:00:00 2001 From: CCOSTAN Date: Sun, 29 Jan 2017 22:30:08 +0000 Subject: [PATCH] Adding in HomeBridge Support; Fixing some naming conventions. --- automation/dark_rainy_day.yaml | 4 ++-- automation/watchdog.yaml | 1 + automation/zwave_hallway_door_sensor.yaml | 6 +++--- customize/covers.yaml | 0 emulated_hue_ids.json | 2 +- group/lights.yaml | 4 ++-- 6 files changed, 9 insertions(+), 8 deletions(-) create mode 100755 customize/covers.yaml diff --git a/automation/dark_rainy_day.yaml b/automation/dark_rainy_day.yaml index b7200b47..68d14487 100755 --- a/automation/dark_rainy_day.yaml +++ b/automation/dark_rainy_day.yaml @@ -50,8 +50,8 @@ - alias: 'Rain is over' trigger: - platform: numeric_state - entity_id: sensor.dark_sky_precip_intensity - below: 1 + entity_id: sensor.dark_sky_cloud_coverage + above: 90 action: - service: light.turn_off diff --git a/automation/watchdog.yaml b/automation/watchdog.yaml index 1c2f62f9..6cf710e4 100755 --- a/automation/watchdog.yaml +++ b/automation/watchdog.yaml @@ -31,6 +31,7 @@ entity_id: - light.hallway - group.foyer_lights + - light.master_toilet state: 'on' for: '00:20:00' diff --git a/automation/zwave_hallway_door_sensor.yaml b/automation/zwave_hallway_door_sensor.yaml index 94c5a66a..c0b49ef7 100755 --- a/automation/zwave_hallway_door_sensor.yaml +++ b/automation/zwave_hallway_door_sensor.yaml @@ -29,11 +29,11 @@ action: - service: light.turn_on entity_id: - - light.hallway + - light.kids_hallway - light.k4 - delay: 00:20:00 - service: light.turn_off - entity_id: light.hallway + entity_id: light.kids_hallway ############################################################## - alias: ZWave Enerwave Door Sensors Closed @@ -50,7 +50,7 @@ action: service: light.turn_off - entity_id: light.hallway + entity_id: light.kids_hallway ############################################################## - alias: Shutdown Helper light diff --git a/customize/covers.yaml b/customize/covers.yaml new file mode 100755 index 00000000..e69de29b diff --git a/emulated_hue_ids.json b/emulated_hue_ids.json index b4866877..3d5c2ff4 100644 --- a/emulated_hue_ids.json +++ b/emulated_hue_ids.json @@ -1 +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 +{"31": "group.outdoor_lights", "16": "switch.kitchen_accent_2", "20": "switch.garage_outlet", "29": "group.amps", "8": "switch.printer_outlet", "24": "group.outdoor_pool_lights", "11": "group.foyer_lights", "7": "group.living_room_accents", "6": "group.dining_room_lights", "12": "group.all_lights", "10": "group.garage_lights", "18": "group.den_lights", "2": "group.outdoor_front_lights", "17": "input_boolean.guest_mode", "9": "switch.living_room_outlet", "14": "switch.den_outlet", "3": "switch.kitchen_accents", "34": "group.exterior_lights", "26": "scene.living_room_tv_time", "23": "light.garage_left", "15": "group.hallway_lights", "5": "switch.living_room_amp", "27": "group.upstairs_lights", "25": "group.interior_lights", "30": "switch.outlet_304_4", "4": "group.dinette_lights", "32": "group.living_room_lights", "13": "group.kitchen_lights", "22": "light.outdoor_den", "28": "switch.foyer_outlet", "21": "group.bedroom_lights", "1": "switch.front_door_outlet", "19": "group.all_switches", "33": "group.office_lights"} \ No newline at end of file diff --git a/group/lights.yaml b/group/lights.yaml index d3df14e7..cd4fb464 100755 --- a/group/lights.yaml +++ b/group/lights.yaml @@ -87,9 +87,9 @@ Hallway Lights: Justins Room: entities: - - light.justin_go + - light.Justin_go Paiges Room: entities: - - light.Justin_go + - light.Paige_go