[Wake on LAN] Explain how to do template switches (#41228)

This commit is contained in:
HarvsG 2025-10-08 05:54:50 +01:00 committed by GitHub
parent 8a5e2a8f14
commit 75a1b2c274
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,6 +27,10 @@ There is currently support for the following device types within Home Assistant:
- [Button](#button) enabled from the UI
- [Switch](#switch) enabled from YAML configuration
{% tip %}
To implement a switch without using YAML, consider using a [template switch helper](/integrations/template/#switch). Use the Wake on LAN button as the turn on action, a [ping](/integrations/ping) sensor for the state, and a third service for the turn off action.
{% endtip %}
{% include integrations/config_flow.md %}
{% configuration_basic %}