This repository has been archived on 2023-06-10. You can view files and clone it, but cannot push or open issues or pull requests.
homeassistant-config/packages/nas/wol.yaml
darthsandmann 853c1d1716 updates
2022-08-30 18:42:25 +02:00

27 lines
740 B
YAML
Executable File

## -------------------------------------------------------------------------------------------------##
## NAS - Wake on Lan
## -------------------------------------------------------------------------------------------------##
wake_on_lan:
switch:
- platform: wake_on_lan
mac: 54:04:A6:BF:1E:43
name: Server
host: ip.wnsrt.de
- platform: template
switches:
server_template:
friendly_name: Server
value_template: "{{ is_state('device_tracker.nas', 'home') }}"
icon_template: mdi:desktop-tower
turn_on:
service: switch.turn_on
target:
entity_id: switch.server
turn_off:
device_tracker:
- platform: ping
hosts:
nas: 192.168.178.81