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!
exp1337
(Exp1337)
March 17, 2025, 7:39pm
142
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?
pOpY
April 16, 2025, 1:02pm
144
pOpY
April 17, 2025, 1:59pm
146
Yes, that’s intended because mostly there is one admin
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?
pOpY
April 27, 2025, 5:05pm
148
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.
rayte
(Raymond)
May 2, 2025, 2:13am
149
i just end up remove this blueprint as it no longer working again now
h3llrais3r
(h3llrais3r)
August 21, 2025, 7:20pm
150
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
pOpY
August 22, 2025, 4:11pm
151
FOr me Update notifications are working.
Got 2025.8.3 today.
h3llrais3r
(h3llrais3r)
August 22, 2025, 5:39pm
152
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