Hello, while trying to get this to work, sadly without success i found this error in control_power.yaml
around line 320
Consumption has returned to normal{{'. ' ~ turned_on ~ ' has been restored.' if my_dict | length == 1 }}{{'. ' ~ turned_on ~ ' have been restored.' if my_dict | length > 1 }} - alias: Set boolean to off to indicate restoration
it seems like the alias line is on the wrong line causing the automation to not work
Hello, while trying to get this to work, sadly without success i found this error in control_power.yaml
around line 320
Consumption has returned to normal{{'. ' ~ turned_on ~ ' has been restored.' if my_dict | length == 1 }}{{'. ' ~ turned_on ~ ' have been restored.' if my_dict | length > 1 }} - alias: Set boolean to off to indicate restorationit seems like the alias line is on the wrong line causing the automation to not work