Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ tts_test:
```yaml
- platform: wake_on_lan
name: "your_pc_name"
mac: "00-00-00-00-00-00"
mac: "00:01:02:03:04:05"
host: 10.0.0.5
broadcast_address: 10.0.0.255
turn_off:
service: switch.turn_on
service: button.press
data:
entity_id: switch.your_pc_hass_agent_shutdown_switch
entity_id: button.your_pc_hass_agent_shutdown
```

Alternative version: use a `Hibernate Command` to put your PC in hibernation instead.
Expand Down
6 changes: 3 additions & 3 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ Example configuration of a shutdown command in Home Assistant, used in combinati
```yaml
- platform: wake_on_lan
name: "TEST_W10_x64_01"
mac: "00-00-00-00-00-00"
mac: "00:01:02:03:04:05"
host: 10.0.0.5
broadcast_address: 10.0.0.255
turn_off:
service: switch.turn_on
service: button.press
data:
entity_id: switch.test_w10_x64_01_cmd_shutdown
entity_id: button.test_w10_x64_01_cmd_shutdown
```


Expand Down