lovelace-auto-entities
lovelace-auto-entities copied to clipboard
Area filter not working as intended?
trafficstars
Hi if I run the following template {{ area_name('plant.plant_11') }} it outputs Stuga but it's not included in the following
type: custom:auto-entities
card:
type: entities
show_header_toggle: false
state_color: false
title: Växter
filter:
include:
- area: Stuga
Seems like this was a catching issue forcing a restart of the homeassistant app solved the issue, is there any way to force it to refetch the areas without restarting?