Added async und logs

This commit is contained in:
2025-08-16 17:29:16 +02:00
parent 4a39cc90c0
commit b8ccd50ab2
3 changed files with 4 additions and 0 deletions

View File

@@ -19,4 +19,6 @@
state: restarted
enabled: yes
when: dummy_timer.changed or ACTIVATE_ALL_TIMERS | bool
async: "{{ ASYNC_TIME if ASYNC_ENABLED | bool else omit }}"
poll: "{{ ASYNC_POLL if ASYNC_ENABLED | bool else omit }}"