[api, climate, thermostat] Implement feature_flags for climate (#10987)

Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
Keith Burzinski
2025-10-15 21:59:55 -05:00
committed by GitHub
co-authored by J. Nick Koston
parent 42f1b61e31
commit 236ca12d3e
9 changed files with 142 additions and 68 deletions
+1
View File
@@ -1292,6 +1292,7 @@ void ListEntitiesClimateResponse::dump_to(std::string &out) const {
#ifdef USE_DEVICES
dump_field(out, "device_id", this->device_id);
#endif
dump_field(out, "feature_flags", this->feature_flags);
}
void ClimateStateResponse::dump_to(std::string &out) const {
MessageDumpHelper helper(out, "ClimateStateResponse");