Fixed small syntax error
This commit is contained in:
parent
1c9963db76
commit
737f6009bb
@ -1,5 +1,5 @@
|
|||||||
{% from "system/map.jinja" import system_settings with context %}
|
{% from "system/map.jinja" import system_settings with context %}
|
||||||
{% set settings = system_settings['sleep']}
|
{% set settings = system_settings['sleep'] %}
|
||||||
|
|
||||||
{% if settings.disable %}
|
{% if settings.disable %}
|
||||||
disable_sleep_target:
|
disable_sleep_target:
|
||||||
|
Loading…
Reference in New Issue
Block a user