Bubble-card type Separator, the sub-button style does not recognise states. #1026
Closed
Answered
by
MrBearPresident
J-PD
asked this question in
Questions about config, custom styles and templates
-
Beta Was this translation helpful? Give feedback.
Answered by
MrBearPresident
Dec 11, 2024
Replies: 1 comment 1 reply
-
'state' is linked to the main entity of the bubble-card. If this solves your issue please mark it as solved and close it. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
J-PD
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
'state' is linked to the main entity of the bubble-card.
You have to use
hass.states['entityID'].state
instead.If this solves your issue please mark it as solved and close it.