gremblin

Results 13 comments of gremblin

> elif new_state == STATE_ALARM_PENDING Thanks @Webserve! Not sure what that line of code was for, but commenting it out seems to have worked for me. I just tested it...

> See #52 > > This fixed the issues for me, including MQTT not working, and HA not starting up (which was due to getting stuck on an existing MQTT...

> I'll add it to the list. > > You could also implement this in the meantime using automations: > > 1st Automation for notification > > ``` > -...

I've been testing this code for a week and it has been working well: https://github.com/e2m32/dasshio/commit/34b95807c8c1df7ca5e3f56262b817e63ae06e78

It looks like you just delete the manual `popup_cards` lovelace entry, and then recreate the cards using the lovelace UI in edit mode. You create each popup using the `type:...

> I think the issue is that it isn't working, at least not in 2022.9.x and 2022.10.x. See #413 Just tested and it is working in 2022.10.2. See https://github.com/thomasloven/hass-browser_mod/issues/413#issuecomment-1273502775

Hi @Gibby I took your first popup card entry in your shared code and changed it to a `custom:popup-card`. Try adding this to the same view that you want it...

FYI, here are the lines that need to be commented out: `custom_components\bwalarm\alarm_control_panel.py: lines 392 to 402` # Register the panel # url = "/api/panel_custom/alarm" # resources = os.path.join(_resources_folder(hass), PANEL_FNAME) #...