Contrôler climatisation avec HA

J’ai installé SmartIR

Puis dans le fichier configuration.yaml, j’ai rajouté ça:

climate:
  - platform: smartir
    name: Climatisation chambre parentale
    unique_id: ac_chparentale
    device_code: 1084
    controller_data: remote.remote_climatisation_chambre_parentale
    temperature_sensor: sensor.remote_climatisation_chambre_parentale_temperature
    humidity_sensor: sensor.remote_climatisation_chambre_parentale_humidity

Dans controller_data, tu mets le broadlink.
Pour le device_code, tu mets celui qui correspond à ta clim.
temperature_sensor et humidity_sensor sont optionnels.