please let me lend your eyes, I cant see the error:
- type: custom:vertical-stack-in-card
cards:
- type: entities
title: Quakes
show_header_toggle: false
entities:
- binary_sensor.earthquakes_active
- type: conditional
conditions:
- entity: binary_sensor.earthquakes_active
state: 'on'
card:
- type: custom:vertical-stack-in-card
cards:
- type: entities
entities:
- entity_id: sensor.count_earthquakes
- type: map
# dark_mode: true
entities:
- device_tracker.life360_louise
geo_location_sources:
- usgs_earthquakes_feed
default_zoom: 6
aspect_ratio: '2'
- type: custom:monster-card
show_empty: false
card:
type: entities
show_header_toggle: false
# title: Earth quakes
filter:
include:
- attributes:
source: 'usgs_earthquakes_feed'
results in:
what am I missing ?