Skip to content

Commit

Permalink
Add Naema 3 Micro 25
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmo authored and guizmo committed Feb 22, 2025
1 parent 30980c3 commit 38b0a18
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions custom_components/cozytouch/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,14 @@ def get_model_infos(modelId: int, zoneName: str | None = None):
4: HVACMode.HEAT,
}

elif modelId == 1444:
modelInfos["name"] = "Naema 3 Micro 25"
modelInfos["type"] = CozytouchDeviceType.GAZ_BOILER
modelInfos["HVACModes"] = {
0: HVACMode.OFF,
4: HVACMode.HEAT,
}

elif modelId == 1543:
modelInfos["name"] = "Asama Connecté II Ventilo 1750W Blanc"
modelInfos["type"] = CozytouchDeviceType.TOWEL_RACK
Expand Down

0 comments on commit 38b0a18

Please sign in to comment.