mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-12-10 00:30:02 -06:00
[Wake on LAN] Explain how to do template switches (#41228)
This commit is contained in:
parent
8a5e2a8f14
commit
75a1b2c274
@ -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 %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user