Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBoot committed Oct 21, 2024
1 parent 6f4c22b commit a1f5b57
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions zigbee2mqtt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
## [Unreleased]
- ⚠️ **Breaking changes**
- Zigbee2MQTT configuration is now by default stored in the addon specific configuration directory rather than the main `config` directory. This is required for Home Assistant's
backup functionality to work correctly. New installations and installations using the default settings will automatically migrate to the new path, existing setups with custom settings will continue to work but need to be manually migrated to make use of Home Assistant's backups:

1. Stop the addon
2. Move the `/mnt/data/supervisor/homeassistant/zigbee2mqtt` folder to `/mnt/data/supervisor/addon_configs/45df7312_zigbee2mqtt/zigbee2mqtt` (for example using SSH/SMB or the File Explorer/VSCode addon)
3. Go to the addon config and change the `data_path` from `/config/zigbee2mqtt` to `/addon_config/zigbee2mqtt`
4. Start the addon
- Zigbee2MQTT configuration is now by default stored in the addon specific configuration directory rather than the main `config` directory.
This is required for Home Assistant's backup functionality to work correctly.
New installations and installations using the default settings will automatically migrate to the new path, existing setups with custom settings will continue to work but need to be manually migrated to make use of Home Assistant's backups:

1. Stop the addon
2. Move the `/mnt/data/supervisor/homeassistant/zigbee2mqtt` folder to `/mnt/data/supervisor/addon_configs/45df7312_zigbee2mqtt/zigbee2mqtt` (for example using SSH/SMB or the File Explorer/VSCode addon)
3. Go to the addon config and change the `data_path` from `/config/zigbee2mqtt` to `/addon_config/zigbee2mqtt`
4. Start the addon


## 1.40.2-1
Expand Down

0 comments on commit a1f5b57

Please sign in to comment.