We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8274cad commit eb98181Copy full SHA for eb98181
1 file changed
hass-config-example.yaml
@@ -10,7 +10,11 @@ switch:
10
service: switch.turn_on
11
data:
12
entity_id: switch.computer_wol_proxy
13
- #turn_off: # define your own action to turn off, or leave commented out
+ turn_off: # can also add your own turn off service here
14
+ service: system_log.write
15
+ data:
16
+ message: "Computer does not support turning off"
17
+ level: warning
18
19
# MQTT switch that controls WOL-proxy
20
- platform: mqtt
0 commit comments