--- title: Flexit description: Instructions on how to integrate Flexit A/C unit into Home Assistant. logo: flexit.png ha_category: - Climate ha_release: 0.47 ha_iot_class: Local Polling ha_domain: flexit --- Integrates [Flexit](https://www.flexit.no/en/) Air Conditioning unit into Home Assistant. Requires an CI66 Modbus Adapter [CI66](https://www.flexit.no/en/products/air_handling_unit/accessories_ahu/modul/modbusadapter_ci66/modbus_adapter_ci66_k2-c2-uni/) To enable this platform, add the following lines to your `configuration.yaml` file: ```yaml # Example configuration.yaml entry climate: - platform: flexit slave: 21 ``` {% configuration %} slave: description: The slave ID of the modbus adapter, set using DIP-switches. required: true type: integer name: description: Displayed name of the A/C unit. required: false type: string hub: description: The name of the hub where this slave is located. required: false default: default type: string {% endconfiguration %}