We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
what is wrong with this configuration? does not show any value in Lovelace UI card. elements:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
what is wrong with this configuration?
does not show any value in Lovelace UI card.
elements:
attribute_max: initial_time_in_minutes
entity: sensor.maquina_de_lavar_loica
fill: rgba(40, 40, 49, 0.6)
font_style:
font-color: white
font-size: 2em
line-height: 1.2
text-align: center
text-shadow: 1px 1px black
gradient: true
min: 0
name: Time Left
show_card: false
stroke_width: 15
style:
align: center
left: 50%
top: 30%
width: 50%
type: custom:circle-sensor-card
filter:
include:
- key: sensor.maquina_de_lavar_loica_run_state
name: State
- key: sensor.maquina_de_lavar_loica_current_course
name: Program
- key: sensor.maquina_de_lavar_loica_initial_time
name: Initial Program Length
- key: sensor.maquina_de_lavar_loica_remaining_time
name: Remaining Time
- key: binary_sensor.maquina_de_lavar_loica_error_state
name: Error(s)
heading_name: Detail
heading_state: Value
style:
left: 50%
top: 66%
width: 70%
type: custom:entity-attributes-card
image: /local/dishwasher_background.png
style: |
ha-card {
background-color: rgba(0,0,0,0.6);
}
type: picture-elements
The text was updated successfully, but these errors were encountered: