Skip to content
New issue

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

Dishwasher Visualization Example #110

Open
rmpirescosta opened this issue Jul 23, 2022 · 0 comments
Open

Dishwasher Visualization Example #110

rmpirescosta opened this issue Jul 23, 2022 · 0 comments

Comments

@rmpirescosta
Copy link

what is wrong with this configuration?
does not show any value in Lovelace UI card.
elements:

  • attribute: remaining_time_in_minutes
    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
  • entity: sensor.maquina_de_lavar_loica
    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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant