mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-19 07:47:27 +00:00
New Colors. Re-added 433 Watchdog stuff.
This commit is contained in:
parent
83cd4e1e4c
commit
0860ff05d3
14
README.md
14
README.md
@ -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"
|
||||||
|
|
||||||
```
|
```
|
@ -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
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user