jimz011 / homekit-infused

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

popup-card error after update v5 #178

Closed dworkin74 closed 2 years ago

dworkin74 commented 2 years ago

I have an missing popup-card error after updating to v5 with the notifications. What is wrong?

type: custom:popup-card entity: input_boolean.dummy1 title: ' ' size: fullscreen style: | --popup-background-color: black !important; --popup-header-background-color: var(--popup-background-color) !important; card: type: vertical-stack cards:

notification.yaml

Smoke Detector Triggered

Smoke Detector Triggered

Smoke Detector Triggered

Smoke Detector Triggered

voordeur_contact

Woonkamer Deur

Studeerkamer Deur

jimz011 commented 2 years ago

Could you show the error and post a screenshot?

Also I'd love it if you'd use code blocks when pasting code.

this:
  is way more readable
to: me
dworkin74 commented 2 years ago

12353D00-8C15-44E2-93BB-C9CD9D5EBDA1

This is a screenshot of the error.

fstelte commented 2 years ago

I am having the same issue after updating to V5. Seems it is related to the notifications that can be created with HKI

jimz011 commented 2 years ago

Yes and no,

Go to settings>integrations and devices and check if browser mod is loaded. It is an integration now.

The error should disappear once browser mod is loaded (you can check the version by pressing f12 in your browser and going to the console).

The error should be gone, though the code is a bit messed up since the last update. This will be fixed tonight.

Get Outlook for Androidhttps://aka.ms/AAb9ysg


From: fstelte @.> Sent: Wednesday, September 7, 2022 8:17:18 AM To: jimz011/homekit-infused @.> Cc: Jimmy Schings @.>; Comment @.> Subject: Re: [jimz011/homekit-infused] popup-card error after update v5 (Issue #178)

I am having the same issue after updating to V5. Seems it is related to the notifications that can be created with HKI

— Reply to this email directly, view it on GitHubhttps://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fjimz011%2Fhomekit-infused%2Fissues%2F178%23issuecomment-1238953901&data=05%7C01%7C%7C19b5cc22847e4649b88a08da90989e46%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637981282402044438%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=iboPYzudkqkQ%2FcIoqcFERhVkXx49m%2FCUQEUxvQhHU3s%3D&reserved=0, or unsubscribehttps://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FALG6BXRJANWYN7GLSDAX653V5AXO5ANCNFSM6AAAAAAQFZ6RFM&data=05%7C01%7C%7C19b5cc22847e4649b88a08da90989e46%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637981282402044438%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=pqSeICmsYvJuHGoPnXYVw1cH4YIU2i3lNaM%2BqypIMLA%3D&reserved=0. You are receiving this because you commented.Message ID: @.***>

fstelte commented 2 years ago

I noticed that the integration was giving this error:

Migration handler not found for entry Browser Mod for browser_mod

Removed the integration, re-installed it. Restarted Home Assistant. Problem is gone now

dworkin74 commented 2 years ago

This resolved it for me as well.

I noticed that the integration was giving this error:

Migration handler not found for entry Browser Mod for browser_mod

Removed the integration, re-installed it. Restarted Home Assistant. Problem is gone now

jimz011 commented 2 years ago

Update incoming tonight, it removes some unnecessary code that got introduced with the last update. It doesn't solve this issue directly, since well browser_mod needs to be loaded correctly (as you guys have encountered). But at least users that still need updating won't face this error, they'll still see errors, but at least their dashboard stays somewhat functional).

Closing this issue now since well, issue was resolved 😄