Update notifications (Core, OS, Addons, HACS, etc)

I’m getting this error in the HA log:

Logger: homeassistant.components.mobile_app.notify
Source: components/mobile_app/notify.py:199
integration: Mobile App (documentation, issues)
First occurred: 22 December 2024 at 00:00:09 (3 occurrences)
Last logged: 00:00:10

The length of [apns-collapse-id] header must not exceed [64] bytes. This message is generated externally to Home Assistant.

I believe it’s because of a particular update, which has this ID:

update.material_rounded_theme_based_on_material_you_by_google_on_android_update

Yeh, pretty long name! I’m not sure it’s worth doing anything about this, but I thought I’d report it anyway!

Are you able to adjust second mobile device to “optional”? I dont want to send these notifications to all app users in my family.

Thanks!

Tried to set at least on device but I am getting this error when trying to save:

Message malformed: Unknown device

I am using HA fully updated.

Tried with and withou my device and even with another but same outcome.

Do you know what could be?

Try my version:Update notifications (Core, OS, Addons, HACS, etc) - #131 by pOpY

working here.

nope, this has only one

Yes, that’s intended because mostly there is one admin :slight_smile:
But if you need two slot’s/devices, sadly i cant help any further.

How does one import your blueprint from that forum message link you pasted?

User “File editor” addon and got to “/homeassistant/blueprints/automation/”, press new file and enter “hue_929002398602_mqtt.yaml”. Paste the contents and press Save (disk icon).

Restart HA.

The Blueprint should be visible on your system.

i just end up remove this blueprint as it no longer working again now

Is this still working? Getting the following error on latest HA version:

2025-08-21 18:00:00.257 INFO (MainThread) [homeassistant.components.automation.hass_update_notification] HASS update notification: Running automation actions
2025-08-21 18:00:00.261 INFO (MainThread) [homeassistant.components.automation.hass_update_notification] HASS update notification: Choose at step 1: Send reminders if enabled: Running automation actions
2025-08-21 18:00:00.261 INFO (MainThread) [homeassistant.components.automation.hass_update_notification] HASS update notification: Choose at step 1: Send reminders if enabled: Executing step Get all pending, unstarted updates
2025-08-21 18:00:00.263 INFO (MainThread) [homeassistant.components.automation.hass_update_notification] HASS update notification: Choose at step 1: Send reminders if enabled: Repeating Loop over updates and send reminder: Iteration 1 of 1
2025-08-21 18:00:00.264 INFO (MainThread) [homeassistant.components.automation.hass_update_notification] HASS update notification: Choose at step 1: Send reminders if enabled: Loop over updates and send reminder: Running automation actions
2025-08-21 18:00:00.264 INFO (MainThread) [homeassistant.components.automation.hass_update_notification] HASS update notification: Choose at step 1: Send reminders if enabled: Loop over updates and send reminder: Executing step assigning variables
2025-08-21 18:00:00.264 INFO (MainThread) [homeassistant.components.automation.hass_update_notification] HASS update notification: Choose at step 1: Send reminders if enabled: Loop over updates and send reminder: Executing step assigning variables
2025-08-21 18:00:00.265 ERROR (MainThread) [homeassistant.components.automation.hass_update_notification] HASS update notification: Choose at step 1: Send reminders if enabled: Loop over updates and send reminder: Error executing script. Error rendering template for variables at pos 2: TypeError: 'NoneType' object is not iterable
2025-08-21 18:00:00.265 ERROR (MainThread) [homeassistant.components.automation.hass_update_notification] HASS update notification: Choose at step 1: Send reminders if enabled: Error executing script. Error rendering template for repeat at pos 2: TypeError: 'NoneType' object is not iterable
2025-08-21 18:00:00.265 ERROR (MainThread) [homeassistant.components.automation.hass_update_notification] HASS update notification: Error executing script. Error rendering template for choose at pos 1: TypeError: 'NoneType' object is not iterable
2025-08-21 18:00:00.266 ERROR (MainThread) [homeassistant.components.automation.hass_update_notification] Error while executing automation automation.hass_update_notification: TypeError: 'NoneType' object is not iterable

FOr me Update notifications are working.
Got 2025.8.3 today.

I think it is the reminder part only that is giving errors…
Anyway, just implemented a simple version myself, so I could get rid of the blueprint.

1 Like