hass: read automations from the ui
This commit is contained in:
parent
f5277c59d3
commit
9d8ab99953
|
@ -61,7 +61,10 @@ in {
|
|||
};
|
||||
|
||||
wake_on_lan = {};
|
||||
automation = [
|
||||
|
||||
# requires a restore from backup
|
||||
"automation ui" = "!include automations.yaml";
|
||||
"automation yaml" = [
|
||||
{
|
||||
alias = "Turn On Living Room TV with WakeOnLan";
|
||||
trigger = [
|
||||
|
|
Loading…
Reference in New Issue