Hi, so I have an automation that kicks at times if you’re not home but I can’t use ‘not_home’ because of configured zones (I think). In Condition, for ‘state’, can I have state: not home or state: !home instead of state: not_home to catch all cases where presences is not ‘home’?
Basically kids have a webhook to start the heating in advance in their room but if they’re not home 30 minutes after they turned the heat on, it dials it back to 15C.
Invalid config for [binary_sensor.template]: invalid template (TemplateSyntaxError: unexpected char ‘‘’ at 16) for dictionary value @ data[‘sensors’][‘sylvain_away’][‘value_template’]. Got ‘{{ not is_state(‘person.sylvain’, ‘home’) }}’. (See ?, line ?).
person.sylvain do exists. Don’t know what I’m doing wrong, help?