jimz011 / homekit-infused

Homekit Infused 5 2023
https://jimz011.github.io/homekit-infused/
Other
873 stars 137 forks source link

Button Addon hold_aktion noch working #174

Closed Blade0001 closed 2 years ago

Blade0001 commented 2 years ago

I tried to set a hold_aktion to a button card but it's not working. My code looks like

 #entities:
          - sensor.sm_bad_heizung_leistung
          - sensor.sm_bad_heizung_leistung
          - entity: sensor.sm_esszimmer_schrank_mi_leistung
            hold_action:
              action: call-service
              service: switch.toggle
              service_data:
                entity_id: switch.steckdose_esszimmer_schrank_mi

The logs shows:

2022-07-12 00:47:32 ERROR (MainThread) [frontend.js.latest.202207070] http://hassio.local:8123/dwains_dashboard/js/dwains-dashboard.js:90:13832 Uncaught TypeError: Cannot read properties of undefined (reading 'popup_cards')
jimz011 commented 2 years ago

You are using Dwains dashboard, make sure you followed the instructions on how to make them both work properly. Also HKI received an update which handles popups differently, this might resolve your issue.

Closing this for now, reopen this if it still occurs after updating everything.