recreate ha config on readonly changes

This commit is contained in:
MichaelDvP
2022-03-30 15:55:24 +02:00
parent 54d09ceb51
commit 7c37c9a4c8
2 changed files with 8 additions and 3 deletions

View File

@@ -114,7 +114,7 @@ class DeviceValue {
DV_DEFAULT = 0, // 0 - does not yet have a value
DV_ACTIVE = (1 << 0), // 1 - has a validated real value
DV_HA_CONFIG_CREATED = (1 << 1), // 2 - set if the HA config topic has been created
DV_HA_CLIMATE_NO_RT = (1 << 2), // 3 - climate created without roomTemp
DV_HA_CLIMATE_NO_RT = (1 << 2), // 4 - climate created without roomTemp
// high nibble as mask for exclusions & special functions
DV_WEB_EXCLUDE = (1 << 4), // 16 - not shown on web