mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-17 19:06:53 +00:00
Change some Colors and some timings.
This commit is contained in:
@@ -66,6 +66,8 @@
|
|||||||
value_template: "{{ trigger.event.data.entity_id.split('_')[0] != 'light.tv' }}"
|
value_template: "{{ trigger.event.data.entity_id.split('_')[0] != 'light.tv' }}"
|
||||||
- condition: template
|
- condition: template
|
||||||
value_template: "{{ trigger.event.data.entity_id.split('_')[0] != 'light.couch' }}"
|
value_template: "{{ trigger.event.data.entity_id.split('_')[0] != 'light.couch' }}"
|
||||||
|
- condition: template
|
||||||
|
value_template: "{{ trigger.event.data.entity_id.split('_')[0] != 'light.office' }}"
|
||||||
- condition: template
|
- condition: template
|
||||||
value_template: "{{ trigger.event.data.new_state.state == 'on' }}"
|
value_template: "{{ trigger.event.data.new_state.state == 'on' }}"
|
||||||
- condition: template
|
- condition: template
|
||||||
|
@@ -7,8 +7,11 @@
|
|||||||
- platform: event
|
- platform: event
|
||||||
event_type: good_night
|
event_type: good_night
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id: sensor.samsungtv
|
entity_id:
|
||||||
|
- sensor.samsungtv
|
||||||
|
- sensor.withings_scale
|
||||||
state: 'Offline'
|
state: 'Offline'
|
||||||
|
from: 'Online'
|
||||||
|
|
||||||
condition:
|
condition:
|
||||||
- condition: time
|
- condition: time
|
||||||
|
@@ -16,10 +16,9 @@
|
|||||||
- service: light.turn_on
|
- service: light.turn_on
|
||||||
entity_id:
|
entity_id:
|
||||||
- light.outdoor_bathroom
|
- light.outdoor_bathroom
|
||||||
- light.tv_light
|
- group.living_room_accents
|
||||||
- light.tv_stand_light
|
|
||||||
- service: script.holiday_switches_on
|
- service: script.holiday_switches_on
|
||||||
- delay: '00:{{ (range(1, 59)|random|int) }}:00'
|
- delay: '00:{{ (range(1, 30)|random|int) }}:00'
|
||||||
- service: script.monthly_front_house_scene
|
- service: script.monthly_front_house_scene
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
|
@@ -4,15 +4,24 @@
|
|||||||
scene.front_full_brightness:
|
scene.front_full_brightness:
|
||||||
friendly_name: 'Front Full Brightness'
|
friendly_name: 'Front Full Brightness'
|
||||||
emulated_hue: False
|
emulated_hue: False
|
||||||
|
hidden: false
|
||||||
|
|
||||||
scene.living_room_tv_time:
|
scene.living_room_tv_time:
|
||||||
friendly_name: 'TV Time'
|
friendly_name: 'TV Time'
|
||||||
emulated_hue: True
|
emulated_hue: True
|
||||||
|
hidden: false
|
||||||
|
|
||||||
scene.month_front_12_colors:
|
scene.month_front_12_colors:
|
||||||
friendly_name: 'Month Front 12 Colors'
|
friendly_name: 'Month Front 12 Colors'
|
||||||
emulated_hue: False
|
emulated_hue: False
|
||||||
|
hidden: true
|
||||||
|
|
||||||
scene.month_front_1_colors:
|
scene.month_front_01_colors:
|
||||||
friendly_name: 'Month Front 1 Colors'
|
friendly_name: 'Month Front 01 Colors'
|
||||||
emulated_hue: False
|
emulated_hue: False
|
||||||
|
hidden: true
|
||||||
|
|
||||||
|
scene.month_front_02_colors:
|
||||||
|
friendly_name: 'Month Front 02 Colors'
|
||||||
|
emulated_hue: False
|
||||||
|
hidden: true
|
@@ -34,25 +34,25 @@
|
|||||||
entities:
|
entities:
|
||||||
light.outdoor_sconce_2:
|
light.outdoor_sconce_2:
|
||||||
state: 'on'
|
state: 'on'
|
||||||
color_name: 'HotPink'
|
color_name: 'Pink'
|
||||||
light.outdoor_sconce_1:
|
light.outdoor_sconce_1:
|
||||||
state: 'on'
|
state: 'on'
|
||||||
color_name: 'HotPink'
|
color_name: 'Pink'
|
||||||
light.outdoor_foyer:
|
light.outdoor_foyer:
|
||||||
state: 'on'
|
state: 'on'
|
||||||
color_name: 'HotPink'
|
color_name: 'Pink'
|
||||||
light.outdoor_sconce_3:
|
light.outdoor_sconce_3:
|
||||||
state: 'on'
|
state: 'on'
|
||||||
color_name: 'HotPink'
|
color_name: 'Pink'
|
||||||
light.garage_left:
|
# light.garage_left:
|
||||||
state: 'on'
|
# state: 'on'
|
||||||
color_name: 'HotPink'
|
# color_name: 'Pink'
|
||||||
light.garage_small:
|
# light.garage_small:
|
||||||
state: 'on'
|
# state: 'on'
|
||||||
color_name: 'HotPink'
|
# color_name: 'Pink'
|
||||||
light.outdoor_den:
|
# light.outdoor_den:
|
||||||
state: 'on'
|
# state: 'on'
|
||||||
color_name: 'HotPink'
|
# color_name: 'Pink'
|
||||||
# brightness: 150
|
# brightness: 150
|
||||||
|
|
||||||
- name: month_front_12_colors
|
- name: month_front_12_colors
|
||||||
@@ -105,18 +105,18 @@
|
|||||||
state: 'on'
|
state: 'on'
|
||||||
color_name: 'White'
|
color_name: 'White'
|
||||||
brightness: 255
|
brightness: 255
|
||||||
light.garage_left:
|
# light.garage_left:
|
||||||
state: 'on'
|
# state: 'on'
|
||||||
color_name: 'White'
|
# color_name: 'White'
|
||||||
brightness: 255
|
# brightness: 255
|
||||||
light.garage_small:
|
# light.garage_small:
|
||||||
state: 'on'
|
# state: 'on'
|
||||||
color_name: 'White'
|
# color_name: 'White'
|
||||||
brightness: 255
|
# brightness: 255
|
||||||
light.outdoor_den:
|
# light.outdoor_den:
|
||||||
state: 'on'
|
# state: 'on'
|
||||||
color_name: 'White'
|
# color_name: 'White'
|
||||||
brightness: 255
|
# brightness: 255
|
||||||
|
|
||||||
|
|
||||||
|
|
@@ -69,7 +69,7 @@
|
|||||||
pulselength: 186
|
pulselength: 186
|
||||||
code_on: 285955
|
code_on: 285955
|
||||||
code_off: 285964
|
code_off: 285964
|
||||||
signal_repetitions: 40
|
signal_repetitions: 50
|
||||||
|
|
||||||
# Outlet 304_1
|
# Outlet 304_1
|
||||||
Outlet_304_1:
|
Outlet_304_1:
|
||||||
|
Reference in New Issue
Block a user