New Colors. Re-added 433 Watchdog stuff.

This commit is contained in:
CCOSTAN
2016-12-16 02:37:22 +00:00
parent 83cd4e1e4c
commit 0860ff05d3
3 changed files with 25 additions and 11 deletions

View File

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