diff --git a/configuration.yaml b/configuration.yaml index eca9ea8e..eea6e95d 100755 --- a/configuration.yaml +++ b/configuration.yaml @@ -87,7 +87,7 @@ history: entities: - sensor.last_boot - sensor.date -logger: !include logger.yaml +#logger: !include logger.yaml recorder: diff --git a/customize/scripts.yaml b/customize/scripts.yaml index 6dc96627..a481a8ad 100755 --- a/customize/scripts.yaml +++ b/customize/scripts.yaml @@ -2,6 +2,14 @@ ## Scripts Section ################################### +script.dog_bark: + friendly_name: 'Dog Bark' + emulated_hue: False + hidden: True + + + + script.flash_notify: friendly_name: 'Flash Notify' emulated_hue: False @@ -9,6 +17,7 @@ script.flash_notify: + script.front_house_motion: friendly_name: 'Front House Motion' emulated_hue: False @@ -16,6 +25,7 @@ script.front_house_motion: + script.ifttt_notify: friendly_name: 'Ifttt Notify' emulated_hue: False @@ -23,6 +33,7 @@ script.ifttt_notify: + script.interior_off: friendly_name: 'Interior Off' emulated_hue: False @@ -30,6 +41,7 @@ script.interior_off: + script.monthly_color_scene: friendly_name: 'Monthly Front House Scene' emulated_hue: False @@ -37,6 +49,7 @@ script.monthly_color_scene: + script.skybell_pressed: friendly_name: 'Skybell Pressed' emulated_hue: False @@ -44,6 +57,7 @@ script.skybell_pressed: + script.switch_turn_off_all: friendly_name: 'Switch Turn Off All' emulated_hue: False @@ -51,6 +65,7 @@ script.switch_turn_off_all: + script.voice_notify: friendly_name: 'Voice Notify' emulated_hue: False diff --git a/emulated_hue_ids.json b/emulated_hue_ids.json index 3aeefdcd..543b6428 100644 --- a/emulated_hue_ids.json +++ b/emulated_hue_ids.json @@ -1 +1 @@ -{"12": "group.all_lights", "1": "switch.front_door_outlet", "32": "group.living_room_lights", "14": "switch.den_outlet", "46": "light.garage_large", "18": "group.den_lights", "31": "group.outdoor_lights", "45": "input_boolean.work", "41": "input_boolean.home_stats", "16": "switch.kitchen_accent_2", "40": "input_boolean.responsibilities", "20": "switch.garage_outlet", "3": "switch.kitchen_accents", "22": "light.outdoor_den", "8": "switch.printer_outlet", "39": "input_boolean.last_message", "2": "group.outdoor_front_lights", "15": "group.hallway_lights", "29": "group.amps", "21": "group.bedroom_lights", "27": "group.upstairs_lights", "38": "scene.front_full_brightness", "44": "input_boolean.good_morning", "35": "input_boolean.school_mode", "43": "input_boolean.tv_time", "33": "group.office_lights", "4": "group.dinette_lights", "36": "input_boolean.speech_notifications", "48": "switch.ge_outdoor_outle_switch_8_0", "25": "group.interior_lights", "13": "group.kitchen_lights", "30": "switch.outlet_304_4", "24": "group.outdoor_pool_lights", "17": "input_boolean.guest_mode", "7": "group.living_room_accents", "5": "switch.living_room_amp", "23": "light.garage_left", "11": "group.foyer_lights", "28": "switch.foyer_outlet", "34": "group.exterior_lights", "42": "input_boolean.meal_time", "10": "group.garage_lights", "9": "switch.living_room_outlet", "26": "scene.living_room_tv_time", "37": "input_boolean.alert_mode", "6": "group.dining_room_lights", "47": "switch.ge_outdoor_outle_switch_7_0", "19": "group.all_switches"} \ No newline at end of file +{"21": "group.bedroom_lights", "45": "input_boolean.work", "43": "input_boolean.tv_time", "37": "input_boolean.alert_mode", "16": "switch.kitchen_accent_2", "18": "group.den_lights", "28": "switch.foyer_outlet", "20": "switch.garage_outlet", "9": "switch.living_room_outlet", "6": "group.dining_room_lights", "15": "group.hallway_lights", "29": "group.amps", "46": "light.garage_large", "2": "group.outdoor_front_lights", "50": "input_boolean.flash", "10": "group.garage_lights", "4": "group.dinette_lights", "12": "group.all_lights", "34": "group.exterior_lights", "8": "switch.printer_outlet", "36": "input_boolean.speech_notifications", "41": "input_boolean.home_stats", "26": "scene.living_room_tv_time", "13": "group.kitchen_lights", "5": "switch.living_room_amp", "39": "input_boolean.last_message", "35": "input_boolean.school_mode", "40": "input_boolean.responsibilities", "14": "switch.den_outlet", "32": "group.living_room_lights", "42": "input_boolean.meal_time", "17": "input_boolean.guest_mode", "49": "input_boolean.guard_dog", "31": "group.outdoor_lights", "11": "group.foyer_lights", "48": "switch.ge_outdoor_outle_switch_8_0", "24": "group.outdoor_pool_lights", "27": "group.upstairs_lights", "30": "switch.outlet_304_4", "47": "switch.ge_outdoor_outle_switch_7_0", "25": "group.interior_lights", "38": "scene.front_full_brightness", "33": "group.office_lights", "1": "switch.front_door_outlet", "23": "light.garage_left", "44": "input_boolean.good_morning", "3": "switch.kitchen_accents", "19": "group.all_switches", "7": "group.living_room_accents", "22": "light.outdoor_den"} \ No newline at end of file diff --git a/group/triggers.yaml b/group/triggers.yaml index 62e6911b..b6df3732 100755 --- a/group/triggers.yaml +++ b/group/triggers.yaml @@ -4,6 +4,7 @@ Triggers: - input_boolean.responsibilities - input_boolean.home_stats - input_boolean.flash + - input_boolean.guard_dog - input_boolean.good_morning - input_boolean.good_night - input_boolean.meal_time diff --git a/script/dog_bark.yaml b/script/dog_bark.yaml index d88326df..88d05f6d 100755 --- a/script/dog_bark.yaml +++ b/script/dog_bark.yaml @@ -9,8 +9,8 @@ dog_bark: sequence: - - wait_template: "{{ states.media_player.livingroomCC.states != 'playing' }}" - timeout: 00:00:30 +# - wait_template: "{{ states.media_player.livingroomCC.states != 'playing' }}" +# timeout: 00:00:30 - condition: template value_template: > {% if is_state('media_player.livingroomCC', 'playing') %}