2022-03-30 21:50:39 +02:00

973 B

title description ha_category ha_release ha_iot_class ha_codeowners ha_domain ha_platforms ha_integration_type
Tfiac Instructions on how to integrate Tfiac AC devices with Home Assistant.
Climate
0.91 Local Polling
@fredrike
@mellado
tfiac
climate
integration

The tfiac integration integrates several vendors air conditioning systems, that uses the Tfiac mobile app, into Home Assistant. App currently available at Play Store and App Store.

Configuration

To add your Tfiac device into your Home Assistant installation, add the following to your configuration.yaml file:

# Full manual example configuration.yaml entry
climate:
  - platform: tfiac
    host: IP_ADDRESS

{% configuration %} host: description: The IP address of your AC device. required: true type: string {% endconfiguration %}