aboutsummaryrefslogtreecommitdiffstats
path: root/comms/zigbee2mqtt/files/pkg-message.in
blob: 666b4d7a2942dda8db34bb61ff8923c2da538295 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[
{ type: install
  message: <<EOM
zigbee2mqtt file locations are as following:
  - configuration file is %%Z2M_DATADIR%%/configuration.yaml
  - log directory is %%Z2M_LOGDIR%%
EOM
}
{ type: upgrade
  minimum_version: "1.42.0"
  message: <<EOM
There are some breaking changes:

- Improved adapter discovery; when upgrading from Zigbee2MQTT 1.x.x, this might
  result in USB adapter discovery error (No valid USB adapter found), see
  https://github.com/Koenkk/zigbee2mqtt/discussions/24198 for details.

- zstack is no longer the default for adapter setting. If Zigbee2MQTT fails to
  start saying the adapter could not be discovered, it means your adapter uses
  an identification not currently recognized by Zigbee2MQTT, make sure to
  specify the adapter setting if that's the case.

See https://github.com/Koenkk/zigbee2mqtt/discussions/24198 for full details
on (possibly) breaking changes.

Take a backup of %%Z2M_DATADIR%% before restarting the service!
}
]