Added more holiday colors - Easter, Cinco De Mayo.

This commit is contained in:
CCOSTAN
2017-04-03 19:34:50 +00:00
parent dad8005b99
commit 2a537f0e51
5 changed files with 52 additions and 4 deletions

View File

@@ -16,4 +16,4 @@
- service: light.turn_off
entity_id: group.hallway_lights
- service: shell_command.restart_homebridge

View File

@@ -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:

View File

@@ -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

View File

@@ -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

View File

@@ -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