kloggy / HA-Irrigation-Version2

225 stars 55 forks source link

PopUp Window doesn't appear #34

Closed morenonew2 closed 3 years ago

morenonew2 commented 3 years ago

Home Assistant 2021.2.3 When I click over zone's name no popup open so I cannot modify duration, ecc. I try reboot and so on but nothing go . No popup at all. No way

Thanks

cierigabriele commented 3 years ago

Home Assistant 2021.2.3 Idem follow

thorschtn commented 3 years ago

Same for me, no popups anymore. It worked last year, but not anymore. Did not change anything exept updating HA to the current version. Furthermore I get ButtonCardJSTemplateError: TypeError: Cannot read property 'state' of undefined in 'var statestr = (entity === undefined || entity.state === undefined) ? 'undefined' : entity.state; ...' on the general settings tab.

kloggy commented 3 years ago

I am sorry but as I said I really have no time for HA at the moment but this is probably due to a breaking change with browser_mod, custom-button-card and HA v2021.03

See the docs but briefly, I believe the (simple/minimum) fix is to remove all occurrences of:

    deviceID:
      - this

https://community.home-assistant.io/t/my-garden-irrigation/99686/1230