Your suggested_area settings now actually sync to Home Assistant #32141
MarkAtwood
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The Problem
You set
suggested_areain Z2M device settings, but Home Assistant ignores it after first discovery. The device stays in "No Area" unless you manually fix it in the HA UI.This has been a long-standing frustration - HA "preserves user customizations" which means it only reads
suggested_areaon first discovery.The Solution
I built a custom integration that fixes this: MQTT Device Sync
It runs alongside HA's MQTT integration, listens to the same discovery topics, and actually applies
suggested_area(and optionally device name) to the device registry.Features
suggested_areafrom Z2M to HA device registryInstallation
Available via HACS (pending approval) or manual install. Just copy
custom_components/mqtt_device_syncto your HA config directory.Configuration
After adding the integration:
Hope this helps others who've been fighting this!
Beta Was this translation helpful? Give feedback.
All reactions