diff --git a/config/devices.yaml b/config/devices.yaml index 3380666..47c18bf 100644 --- a/config/devices.yaml +++ b/config/devices.yaml @@ -466,6 +466,21 @@ devices: model: "MAX! Thermostat" peer_id: "41" channel: "1" +- device_id: thermostat_bad_unten + homekit_aid: 31 + name: Heizung + type: thermostat + cap_version: "thermostat@1.0.0" + technology: zigbee2mqtt + features: + heating: true + temperature_range: + - 5 + - 30 + temperature_step: 0.5 + topics: + state: "zigbee2mqtt/0x003c84fffebdcc28" + set: "zigbee2mqtt/0x003c84fffebdcc28/set" - device_id: sterne_wohnzimmer homekit_aid: 32 name: Sterne @@ -1137,19 +1152,3 @@ devices: topics: state: "zigbee2mqtt/0x842e14fffefe4ba4" set: "zigbee2mqtt/0x842e14fffefe4ba4/set" - -- device_id: thermostat_bad_unten - homekit_aid: 31 - name: Heizung - type: thermostat - cap_version: "thermostat@1.0.0" - technology: zigbee2mqtt - features: - heating: true - temperature_range: - - 5 - - 30 - temperature_step: 0.5 - topics: - state: "zigbee2mqtt/0x003c84fffebdcc28" - set: "zigbee2mqtt/0x003c84fffebdcc28/set" \ No newline at end of file