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

@@ -47,7 +47,8 @@
- 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: script.front_house_motion
- service: light.turn_off - service: light.turn_off
entity_id: entity_id:
- light.S1 - light.S1

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