diff --git a/automation/System/startup_notification.yaml b/automation/System/startup_notification.yaml index 8bf3efa9..adca87a9 100755 --- a/automation/System/startup_notification.yaml +++ b/automation/System/startup_notification.yaml @@ -16,4 +16,4 @@ - service: light.turn_off entity_id: group.hallway_lights - - service: shell_command.restart_homebridge + diff --git a/configuration.yaml b/configuration.yaml index 5999f51f..f2eb77d3 100755 --- a/configuration.yaml +++ b/configuration.yaml @@ -106,7 +106,7 @@ mqtt: password: !secret MQTT_password zwave: - usb_path: /dev/zwave + usb_path: /dev/ttyACM0 config_path: /srv/hass/hass_venv/lib/python3.4/site-packages/libopenzwave-0.3.1-py3.4-linux-armv7l.egg/config nest: diff --git a/device_tracker/ping.yaml.disabled b/device_tracker/ping.yaml.disabled new file mode 100755 index 00000000..09b3a7eb --- /dev/null +++ b/device_tracker/ping.yaml.disabled @@ -0,0 +1,5 @@ +- platform: ping + hosts: + chromecast_2: 192.168.1.231 + camera_driveway: 192.168.1.15 + access_point: 192.168.1.59 diff --git a/scene/monthly_colors.yaml b/scene/monthly_colors.yaml index 4ac10972..8c6bb8dc 100755 --- a/scene/monthly_colors.yaml +++ b/scene/monthly_colors.yaml @@ -4,7 +4,6 @@ # service: scene.turn_on # entity_id: scene.month_standard_colors - - name: month_standard_colors entities: group.outdoor_front_lights: @@ -39,6 +38,44 @@ #color_name: 'Dark Spring Green' rgb_color: [23,114,69] +- name: month_easter_colors + entities: + light.outdoor_foyer: + state: 'on' + # color_name: 'Lavender' + rgb_color: [244,187,255] + light.outdoor_sconce_1: + state: 'on' + #color_name: 'Bubble Gum' + rgb_color: [255,193,204] + light.outdoor_sconce_2: + state: 'on' + #color_name: 'Lavender' + rgb_color: [244,187,255] + light.outdoor_sconce_3: + state: 'on' + #color_name: 'Bubble Gum' + rgb_color: [255,193,204] + +- name: month_cinco_de_mayo_colors + entities: + light.outdoor_foyer: + state: 'on' + # color_name: 'Red' + rgb_color: [204,0,0] + light.outdoor_sconce_1: + state: 'on' + # color_name: 'Red' + rgb_color: [204,0,0] + light.outdoor_sconce_2: + state: 'on' + #color_name: 'White' Smoke + rgb_color: [245,245,245] + light.outdoor_sconce_3: + state: 'on' + #color_name: 'Dark Spring Green' + rgb_color: [23,114,69] + - name: month_RWB_colors entities: light.outdoor_foyer: @@ -48,7 +85,8 @@ brightness: 30 light.outdoor_sconce_3: state: 'on' - color_name: 'Red' + #color_name: 'Red' + rgb_color: [204,0,0] light.outdoor_sconce_2: state: 'on' #color_name: 'White' Smoke diff --git a/script/monthly_color_scene.yaml b/script/monthly_color_scene.yaml index 11ee3d8d..804f03ac 100755 --- a/script/monthly_color_scene.yaml +++ b/script/monthly_color_scene.yaml @@ -67,6 +67,11 @@ monthly_color_scene: {%- elif now().strftime("%m%d")|int >= 314 and now().strftime("%m%d")|int <= 317-%} st_patty + {%- elif now().strftime("%m%d")|int >= 414 + and now().strftime("%m%d")|int <= 416-%} + easter + {%- elif now().strftime("%m%d")|int == 505 -%} + cinco_de_mayo {%- else -%} standard {%- endif -%}_colors