I’m a bit confused about the state colors of some buttons in an Entities Card. There are 4 cover devices (3x curtain, 1x shutter) in this card and I’ve added some preset buttons for two of them. When the covers are open state color = yellow, when the covers are closed state color = blue. However the preset buttons I did configure only change state when covers are open (yellow), but when the covers are closed they turn grey (expecting blue). I like to have the buttons blue also when covers are closed, did I miss something in the card config ?
- Home Assistant 2022.2.9
- Frontend version: 20220203.1
cards:
- type: entities
entities:
- entity: cover.a_1_c1
name: Lounge Front
- entity: cover.a_1_c2
name: Lounge Back
- entity: cover.a_2_c1
name: Piano
- type: buttons
entities:
- entity: cover.a_2_c1
name: 25%
tap_action:
action: call-service
service: cover.set_cover_position
service_data:
entity_id: cover.a_2_c1
position: 25
- entity: cover.a_2_c1
name: 50%
tap_action:
action: call-service
service: cover.set_cover_position
service_data:
entity_id: cover.a_2_c1
position: 50
- entity: cover.a_2_c1
name: 75%
tap_action:
action: call-service
service: cover.set_cover_position
service_data:
entity_id: cover.a_2_c1
position: 75
- entity: cover.a_4_c1
name: Kitchen
- type: buttons
entities:
- entity: cover.a_4_c1
name: 25%
tap_action:
action: call-service
service: cover.set_cover_position
service_data:
entity_id: cover.a_4_c1
position: 25
- entity: cover.a_4_c1
name: 50%
tap_action:
action: call-service
service: cover.set_cover_position
service_data:
entity_id: cover.a_4_c1
position: 41
- entity: cover.a_4_c1
name: 75%
tap_action:
action: call-service
service: cover.set_cover_position
service_data:
entity_id: cover.a_4_c1
position: 65
show_header_toggle: false
state_color: true
title: Covers