so issue with spotify and condition card driving me nuts, see this works fine and only shows the media player playing when you start playing a track
type: vertical-stack
cards:
- type: conditional
conditions:
- entity: media_player.echo_1
state: standby
- entity: media_player.echo_dot_clock
state: standby
- entity: media_player.downstairs
state: standby
- entity: media_player.everywhere
state: standby
card:
type: calendar
entities:
- calendar.ical_schedule
- calendar.uk_holidays
initial_view: list
- type: horizontal-stack
cards:
- type: conditional
conditions:
- entity: media_player.echo_1
state: playing
card:
type: custom:mini-media-player
entity: media_player.echo_1
name: Living Room Echo
artwork: full-cover
sound_mode: icon
source: full
info: scroll
line_width: 10
- type: conditional
conditions:
- entity: media_player.echo_dot_clock
state: playing
card:
type: custom:mini-media-player
entity: media_player.echo_dot_clock
name: Kitchen Echo
artwork: full-cover
sound_mode: icon
source: full
info: scroll
line_width: 10
- type: conditional
conditions:
- entity: media_player.downstairs
state: playing
card:
type: custom:mini-media-player
entity: media_player.downstairs
name: Downstairs Echo's
artwork: full-cover
sound_mode: icon
source: full
info: scroll
line_width: 10
- type: conditional
conditions:
- entity: media_player.everywhere
state: playing
card:
type: custom:mini-media-player
entity: media_player.everywhere
name: All Echo's
artwork: full-cover
sound_mode: icon
source: full
info: scroll
line_width: 10
^^^^ this one works fine ^^^
but then then no matter what I try for the spotify intergration, either spotcast, media player, vertical stack, single card no matter which conditional card combo or single I try it just stays blank, even if I put say just echo 1 is state playing, or is not state standby it simply just will not show…
type: conditional
conditions:
- entity: device_tracker.living_room_echo
state_not: standby
- entity: device_tracker.kitchen_echo
state_not: standby
card:
type: custom:spotify-card
limit: 10
spotify_entity: media_player.spotify_richieb
playlist_type: default
account: default
grid_covers_per_row: '5'
grid_show_title: true
display_style: grid
card_mod:
class: hki
hide_chromecast_devices: true
neither does
type: vertical-stack
cards:
- type: conditional
conditions:
- entity: media_player.echo_1
state_not: standby
- entity: media_player.echo_dot_clock
state_not: standby
- entity: media_player.everywhere
state: standby
- entity: media_player.downstairs
state: standby
card:
type: media-control
entity: media_player.spotify_richieb
- type: conditional
conditions:
- entity: media_player.echo_1
state: standby
- entity: media_player.echo_dot_clock
state: standby
- entity: media_player.everywhere
state: standby
- entity: media_player.downstairs
state: standby
card:
type: entities
entities:
- entity: sensor.air_quality_sensor_co2
name: CO2
- entity: sensor.air_quality_sensor_formaldehyde
- entity: sensor.air_quality_sensor_humidity
- entity: sensor.air_quality_sensor_temperature
- entity: sensor.air_quality_sensor_voc
name: VOC
icon: mdi:bottle-tonic-skull-outline
ot just trying to simpliify it as a seperate card it does not show up
type: conditional
conditions:
- entity: device_tracker.living_room_echo
state: playing
- entity: media_player.echo_dot_clock
state: playing
card:
type: media-control
entity: media_player.spotify_richieb
is this normal, as I said the top one works fine