From 6e3b36c070e36deb27d9f0dd1446c4f7e472b8e7 Mon Sep 17 00:00:00 2001 From: Proddy Date: Sun, 30 Apr 2023 16:36:50 +0200 Subject: [PATCH] update for 3.6.0-dev-11 --- CHANGELOG_LATEST.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index 780d0a2da..6bf09662c 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -4,7 +4,10 @@ ## **IMPORTANT! BREAKING CHANGES** -- dallassensor has been renamed to temperaturesensor in MQTT payloads +There are breaking changes in 3.6.0. Please read carefully before applying the update. + +- The sensors have been renamed. `dallassensor` is now `temperaturesensor` in MQTT and `ts` in the Customizations file. Also `analogs` is now `analogsensor` in MQTT and `as` in the Customizations file. If you have customizations, make backup first using the Download option and rename the JSON arrays to `as` and `ts` respectively. Also removed any MQTT topics that start with `dallassensor` using something like MQTTExplorer. +- The format of the Custom Entities has changed, so you will need to manually re-create them. ## Added