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

@ -300,4 +300,18 @@ binary_sensor:
payload_on: "success" payload_on: "success"
payload_off: "fail" payload_off: "fail"
#Wake on Lan stuff to try
- platform: wake_on_lan
mac_address: XX:XX:XX:XX:XX:XX
name: "Synology WOL"
host: "192.168.1.3"
- platform: wake_on_lan
mac_address: XX:XX:XX:XX:XX:XX
name: "iMac WOL"
host: "192.168.1.2"
``` ```

View File

@ -65,15 +65,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: 43 minutes: '/55'
# seconds: 0 seconds: 0
# action: action:
# - service: script.reliability - service: script.reliability
############################################################################## ##############################################################################

View File

@ -27,15 +27,15 @@
entities: entities:
light.outdoor_sconce_2: light.outdoor_sconce_2:
state: on state: on
color_name: 'Crimson' color_name: 'FireBrick'
brightness: 255 brightness: 255
light.outdoor_sconce_1: light.outdoor_sconce_1:
state: on state: on
color_name: 'Crimson' color_name: 'FireBrick'
brightness: 255 brightness: 255
light.outdoor_foyer: light.outdoor_foyer:
state: on state: on
color_name: 'Crimson' color_name: 'FireBrick'
brightness: 255 brightness: 255
light.outdoor_sconce_3: light.outdoor_sconce_3:
state: on state: on