Skip to content

Commit dc29966

Browse files
committed
update(ha-mqtt): handle deprecation of since HA 2025.10
See home-assistant/core#151775
1 parent be296b9 commit dc29966

File tree

7 files changed

+323
-323
lines changed

7 files changed

+323
-323
lines changed

README.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ mqtt:
262262
- binary_sensor:
263263
entity_category: 'diagnostic'
264264
name: 'Flanschheizung'
265-
object_id: 'heatpump_ausgaenge_tapwater_flange_e9_flanschheizung'
265+
default_entity_id: 'heatpump_ausgaenge_tapwater_flange_e9_flanschheizung'
266266
unique_id: 'heatpump_ausgaenge_tapwater_flange_e9_flanschheizung'
267267
device_class: 'running'
268268
device:
@@ -277,7 +277,7 @@ mqtt:
277277
- sensor:
278278
entity_category: 'diagnostic'
279279
name: 'Aufgenommene elektrische Leistung'
280-
object_id: 'heatpump_energiemanagementsysteme_leistungen_und_ueberschuss_aufgenommene_elektrische_leistung'
280+
default_entity_id: 'heatpump_energiemanagementsysteme_leistungen_und_ueberschuss_aufgenommene_elektrische_leistung'
281281
unique_id: 'heatpump_energiemanagementsysteme_leistungen_und_ueberschuss_aufgenommene_elektrische_leistung'
282282
device_class: 'power'
283283
device:
@@ -292,7 +292,7 @@ mqtt:
292292
- select:
293293
entity_category: 'config'
294294
name: 'Auswahl Heizkreis'
295-
object_id: 'heatpump_einstellungen_2_3_heiz_kuehlkreis_heating_auswahl_heizkreis'
295+
default_entity_id: 'heatpump_einstellungen_2_3_heiz_kuehlkreis_heating_auswahl_heizkreis'
296296
unique_id: 'heatpump_einstellungen_2_3_heiz_kuehlkreis_heating_auswahl_heizkreis'
297297
device:
298298
identifiers:

doc/setup-mqm-ha.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ mqtt:
119119
- sensor:
120120
state_topic: "heatpump/device/wlw286/state"
121121
value_template: ""
122-
object_id: heatpump_device_wlw286
122+
default_entity_id: heatpump_device_wlw286
123123
unique_id: heatpump_device_wlw286
124124
device:
125125
identifiers:

examples/rtu-wlw286/home-assistant/packages/heatpump_devices.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ mqtt:
22
- sensor:
33
state_topic: "heatpump/device/wlw286/state"
44
value_template: ""
5-
object_id: heatpump_device_wlw286
5+
default_entity_id: heatpump_device_wlw286
66
unique_id: heatpump_device_wlw286
77
device:
88
identifiers:

0 commit comments

Comments
 (0)