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

Sensor values are static until page is reloaded #17

Open
pman100 opened this issue Mar 20, 2023 · 0 comments
Open

Sensor values are static until page is reloaded #17

pman100 opened this issue Mar 20, 2023 · 0 comments

Comments

@pman100
Copy link

pman100 commented Mar 20, 2023

Hi.
I tried the new helper function grouping with sensors sum and together with the group-card. The intention with this is to avoid have updating the sensor two times, first to list all the sensor and the get a summery of the total value. It works fine except for one thing. The sensor values from the group-card stay static and is only updated when the page is reloaded. My yaml code is this:

type: entities
title: 'Power heat and water '
entities:

  • type: custom:group-card
    card:
    type: entities
    group: sensor.power_heat_and_water
  • type: custom:text-divider-row
    text: Total power
  • entity: sensor.power_heat_and_water
    name: Power heat and water

is this something that can be updated in the future. Thank for your help.
Peter

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