Warunek w oparciu o stan kanałów:
Code: Select all
{{state(18976).temperature < 40 and not state(18701).on}}Code: Select all
{{time() >= '16:00' and time() <= '18:59'}}Code: Select all
{{state(18976).temperature < 40 and not state(18701).on}}Code: Select all
{{time() >= '16:00' and time() <= '18:59'}}