mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-17 02:54:41 +00:00
Added more holiday colors - Easter, Cinco De Mayo.
This commit is contained in:
@@ -16,4 +16,4 @@
|
||||
|
||||
- service: light.turn_off
|
||||
entity_id: group.hallway_lights
|
||||
- service: shell_command.restart_homebridge
|
||||
|
||||
|
@@ -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:
|
||||
|
5
device_tracker/ping.yaml.disabled
Executable file
5
device_tracker/ping.yaml.disabled
Executable 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
|
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user