HI,
using yaml mode and !includes, this is a sample of the way I use Views:
title: default_view
icon: mdi:home
path: home
badges:
- sensor.alarms_badge
- sensor.espresso_water_level
- sensor.afval_vandaag
- sensor.weather_rsd_icon
- sensor.levering_of_verbruik
cards:
- !include /config/lovelace/tiles/tiles_family.yaml
- !include /config/lovelace/tiles/tiles_activities.yaml
- !include /config/lovelace/tiles/tiles_switches.yaml
- !include /config/lovelace/tiles/tiles_uit_thuis.yaml
- !include /config/lovelace/tiles/tiles_home_modes.yaml
- !include /config/lovelace/tiles/tiles_single_switches.yaml
having a wrong file name, or typo, in a single line, causes all Tiles in the complete Lovelace setup (as in not only this view, but all views) to disappear, and show empty input_selects…
It does so, without any error in the logs, or inspector.
I fear this is a bug, a simple typo should not ruin a full Lovelace setup, but it should log an error to the typo instead of course.
Could anyone with imports check to see if that is happening in their setup also, so we can file an issue.
Note: if that happens, the Lovelace menu on the right side changes, and Refresh is no longer displayed.