flixlix / power-flow-card-plus

A power distribution card inspired by the official Energy Distribution card for Home Assistant
557 stars 68 forks source link

[BUG] v02.0beta no changes for entity's are possible #498

Closed sahomm closed 2 weeks ago

sahomm commented 6 months ago

Describe the bug I've to implement a individual by using the individual overview an all is fine: Bildschirmfoto 2024-02-19 um 19 27 18 Now I would like to change some informations like name or display zero and it haven't a effect: Bildschirmfoto 2024-02-19 um 19 29 16 The Code also don't have any changes from change the she setting via GUI (no change of entries or more lines) .

If I change the code direct, it haven't any change of this behavior. Also for any other entries e.g. home in this example: Bildschirmfoto 2024-02-19 um 19 39 27

with the no beta I don't have any problems like this.

Thanks for a response

To Reproduce Steps to reproduce the behavior: see above

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

Please make sure all of this applies and check the checkboxes, by writing "X" inside of them.

sahomm commented 6 months ago

Here an update from my side about manual changes via code. There I had a mistake about the notation. But the bug to configure via GUI still exists.

wrong way:

- entity: sensor.shelly_3em_warmepumpe_total_power
- name: Wärmepumpe
- icon: mdi:heat-pump

right way:

- entity: sensor.shelly_3em_warmepumpe_total_power
  name: Wärmepumpe
  icon: mdi:heat-pump

and it do fine, THANKS!

for example: Bildschirmfoto 2024-02-20 um 12 33 58

Sorry about that, I think the day yesterday was to hard ;)

dominikamann commented 6 months ago

Thanks helped me a lot yesterday evening! I had the same issue.

flixlix commented 2 weeks ago

@sahomm glad you got everything sorted :)