@Sardauker wrote:
Hi.
After the latest update, the entity group is no more available or usable as a condition.
I have an automation that I want triggered at a certain time, but only if I am not_homeI have tried
- condition: template value_template: 'value_template: "{{ not is_state(''device_tracker.google_maps_******'', ''home'') }}"' - condition: template value_template: 'value_template: "{{ not is_state(''device_tracker.google_maps_****', ''home'') }}"'
and
condition: - condition: state entity_id: device_tracker.google_maps_****** state: not_home - condition: state entity_id: device_tracker.google_maps_***** state: not_home
The devices are in all the states, showed the right zone, but even when we are both not_home none of the above condition is EVER true and the automation never triggered.
Where am I wrong? the deprecated device group was working.
Thanks in advance.
Posts: 7
Participants: 4