Hello Community,
I would like to configure a delay for my switch “PC ON/OFF”. The PC is connected to a Smarthome socket, with a Homekit automation I turn on the socket and then the PC as a switch in HomeKit.
But now the PC would have to be switched on about 3-5 seconds later, otherwise it probably does not have enough power yet.
What is the simplest way to do this?
switch:
- platform: wake_on_lan
mac: XX:XX:XX:XX:XX:XX
name: "PC
host: 10.10.1.10
turn_off:
service: hassio.addon_stdin
data:
addon: core_rpc_shutdown
input: PC
Is the something like >> delay: “5” << ?
I’ll continue to browse through the search then…
Greetings