mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
add breaking changes
This commit is contained in:
@@ -15,12 +15,19 @@
|
|||||||
- MQTT reconnecting after WiFi reconnect [#99](https://github.com/emsesp/EMS-ESP32/issues/99)
|
- MQTT reconnecting after WiFi reconnect [#99](https://github.com/emsesp/EMS-ESP32/issues/99)
|
||||||
- Manually Controlling Solar Circuit [#107](https://github.com/emsesp/EMS-ESP32/issues/107)
|
- Manually Controlling Solar Circuit [#107](https://github.com/emsesp/EMS-ESP32/issues/107)
|
||||||
- Fix thermostat commands not defaulting to the master thermostat [#110](https://github.com/emsesp/EMS-ESP32/issues/110)
|
- Fix thermostat commands not defaulting to the master thermostat [#110](https://github.com/emsesp/EMS-ESP32/issues/110)
|
||||||
- enlarge parse-buffer for long names like `cylinderpumpmodulation`
|
- Enlarge parse-buffer for long names like `cylinderpumpmodulation`
|
||||||
|
|
||||||
## Changed
|
## Changed
|
||||||
|
|
||||||
- Syslog BOM only for utf-8 messages [#91](https://github.com/emsesp/EMS-ESP32/issues/91)
|
- Syslog BOM only for utf-8 messages [#91](https://github.com/emsesp/EMS-ESP32/issues/91)
|
||||||
- Check for KM200 by device-id 0x48, remove tx-delay[#90](https://github.com/emsesp/EMS-ESP32/issues/90)
|
- Check for KM200 by device-id 0x48, remove tx-delay[#90](https://github.com/emsesp/EMS-ESP32/issues/90)
|
||||||
- rename `fastheatupfactor` to `fastheatup` and add percent [#122]
|
- rename `fastheatupfactor` to `fastheatup` and add percent [#122]
|
||||||
- "unit" renamed to "uom" in API call to recall a Device Value [**BREAKING CHANGE**]
|
- "unit" renamed to "uom" in API call to recall a Device Value
|
||||||
- initial backend React changes to replace the class componentns (HOCs) with React Hooks
|
- initial backend React changes to replace the class components (HOCs) with React Hooks
|
||||||
|
|
||||||
|
## **BREAKING CHANGES**
|
||||||
|
|
||||||
|
- API: "unit" renamed to "uom" in API call to recall a Device Value
|
||||||
|
- HA: `sensor.boiler_boiler_temperature` renamed to `sensor.actual_boiler_temperature`
|
||||||
|
- HA: `binary_sensor.boiler_ww_disinfecting` renamed to `binary_sensor.boiler_ww_disinfection`
|
||||||
|
|
||||||
Reference in New Issue
Block a user