Open Greeve99 opened 2 days ago
Can you check what is the state in developer tools? is it Ready
or ready
?
This is what it shows in developer tools for state:- BSH.Common.EnumType.OperationState.Ready
The state’s value is not “Ready”… (unrelated) also a strange device_class is shown.
You'll need to enter the entire BSH.Common.EnumType.OperationState.Ready
into the state box for that to pass the condition.
Displaying the current
value there as a translated state instead of the raw state is pretty confusing, but I'm not sure what's the better alternative...
Checklist
Describe the issue you are experiencing
Visibility logic should display Card when entity stare = Ready. the entry box shows the current state is Ready but the test fails.
Describe the behavior you expected
When entity State = "Ready" ( the visual Editor shows the current state: Ready) visibility test should pass and the card should display.
Steps to reproduce the issue
Edit the Card and enter the code below or configure via visual editor
What version of Home Assistant Core has the issue?
2024.10.4
What was the last working version of Home Assistant Core?
No response
In which browser are you experiencing the issue with?
No response
Which operating system are you using to run this browser?
Windows 10
State of relevant entities
Problem-relevant frontend configuration
Javascript errors shown in your browser console/inspector
No response
Additional information
No response