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

Charging status icon does not show #11

Open
p-m-x opened this issue Jan 18, 2021 · 1 comment
Open

Charging status icon does not show #11

p-m-x opened this issue Jan 18, 2021 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@p-m-x
Copy link

p-m-x commented Jan 18, 2021

Hi

I need reload UI to see charging ststus icon change.
I see in Developers tool that the value was changed but it does not change (charging icon) on dashboard

  entity: sensor.wall_panel_2_battery_level
  charging: 
    attribute: charging
    state: 
      - "True"

tested also with separate charging sensor entity defined

  entity: sensor.wall_panel_2_battery_level
  charging: 
    entity: sensor.wall_panel_2_battery_charging_state
    state: 
      - "True"

HA: 2021.1.4

@benct
Copy link
Owner

benct commented Mar 12, 2021

It should check charging state on each render (state update), so I have no idea why that does not update..

@benct benct added the help wanted Extra attention is needed label Mar 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants