group-card icon indicating copy to clipboard operation
group-card copied to clipboard

Sensor values are static until page is reloaded

Open pman100 opened this issue 1 year ago • 0 comments

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

pman100 avatar Mar 20 '23 15:03 pman100