thomasloven / lovelace-auto-entities

🔹Automatically populate the entities-list of lovelace cards
MIT License
1.18k stars 111 forks source link

Area filter not working as intended? #422

Open AnderssonPeter opened 5 months ago

AnderssonPeter commented 5 months ago

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
AnderssonPeter commented 5 months ago

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?