I think the RF switches are good. Time to reduce the radiation int he house

This commit is contained in:
CCOSTAN
2017-01-14 02:31:27 +00:00
parent a002e342d5
commit be4fa059b2
2 changed files with 67 additions and 66 deletions

View File

@@ -1,58 +1,59 @@
################################### ###################################
## Late Night lights Section ## Late Night lights Section
################################### ###################################
- alias: 'Late Night Helper' - alias: 'Late Night Helper'
trigger: trigger:
- platform: state - platform: state
entity_id: binary_sensor.upstairs_away_mode entity_id: binary_sensor.upstairs_away_mode
state: 'off' state: 'off'
- platform: state - platform: state
entity_id: binary_sensor.downstairs_away_mode entity_id: binary_sensor.downstairs_away_mode
state: 'off' state: 'off'
- platform: state - platform: state
entity_id: group.family entity_id: group.family
state: home state: home
- platform: state - platform: state
entity_id: group.garage_doors entity_id: group.garage_doors
state: 'open' state: 'open'
for: '00:01:30' for: '00:01:30'
condition: condition:
condition: and condition: and
conditions: conditions:
- condition: state - condition: state
entity_id: sun.sun entity_id: sun.sun
state: 'below_horizon' state: 'below_horizon'
- condition: time - condition: time
after: '20:00:00' after: '20:00:00'
before: '02:00:00' before: '02:00:00'
action: action:
- service: light.turn_on - service: light.turn_on
entity_id: entity_id:
- group.living_room_accents - group.living_room_accents
- light.living_room_slider - light.living_room_slider
- light.foyer_door - light.foyer_door
- light.fridge - light.fridge
- light.M1_front_right - light.M1_front_right
- light.S1 - light.S1
- light.S4 - light.S4
data: data:
brightness: 150 brightness: 150
- service: switch.turn_on - service: switch.turn_on
entity_id: switch.kitchen_accents entity_id: switch.kitchen_accents
- delay: '00:00:30' - delay: '00:00:30'
- service: switch.turn_on - service: switch.turn_on
entity_id: switch.living_room_outlet entity_id: switch.living_room_outlet
- delay: '00:00:30' - delay: '00:00:30'
- service: switch.turn_on - service: switch.turn_on
entity_id: switch.foyer_outlet entity_id: switch.foyer_outlet
- delay: '00:08:00' # - delay: '00:08:00'
- service: light.turn_off - service: script.front_house_motion
entity_id: - service: light.turn_off
- light.S1 entity_id:
- light.S4 - light.S1
- light.foyer_door - light.S4
- light.fridge - light.foyer_door
- light.fridge

View File

@@ -71,15 +71,15 @@
############################################################################## ##############################################################################
- alias: Add some double and triple checking to the 433 RF outlets. # - alias: Add some double and triple checking to the 433 RF outlets.
hide_entity: True # hide_entity: True
trigger: # trigger:
- platform: time # - platform: time
minutes: '/55' # minutes: '/55'
seconds: 0 # seconds: 0
action: # action:
- service: script.reliability # - service: script.reliability
############################################################################## ##############################################################################