Conform to HA guidelines for device config sharing

Sharing of device configuration in line with https://developers.home-assistant.io/blog/2023/07/21/change-naming-mqtt-entities/
This commit is contained in:
iranl
2025-01-28 20:49:14 +01:00
parent 0b96ec6b2c
commit bec28b4ff2
2 changed files with 4 additions and 0 deletions

View File

@@ -63,6 +63,7 @@ private:
String _baseTopic;
String _hostname;
JsonDocument _uidToName;
char _nukiHubUidString[20];
bool _offEnabled = false;