I’ve got connectivity issues, what can I do?¶
Please follow the troubleshooting guide.
I’d like to connect my bridge to multiple assistants¶
Please follow the multi-fabric guide.
I’m running HAMH as a docker image and want to access it via a reverse proxy¶
Please follow the reverse proxy guide.
Changes on names and labels in Home Assistant have no effect in HAMH¶
When performing changes on entities, like adding or removing a label or renaming your entity, you need to reload the affected bridge for the changes to take effect.
This happens when either editing the bridge (even without making changes), or when restarting the whole addon.
I added a label to my entities, but HAMH won’t find any device¶
- Labels and areas in Home Assistant are technically represented by their “slugs”.
- Slugs are technical identifiers used in the background.
- Slugs are always lowercase and only allow a-z and underscores, so everything else will be replaced with an underscore.
- Even when renaming a label or area, the slug doesn’t change. Never. You can retrieve the slug using the following templates in Home Assistant:
{{ labels() }}
- returns all labels{{ labels("light.my_entity") }}
- returns the labels of a specific entity{{ areas() }}
- returns all areas
If you just can’t get it working with your labels, try to delete your label and re-create it.