2024-11-27 18:57:16 +01:00

1.1 KiB

title description ha_category ha_release ha_iot_class ha_codeowners ha_domain ha_platforms ha_integration_type related ha_quality_scale
Tfiac Instructions on how to integrate Tfiac AC devices with Home Assistant.
Climate
0.91 Local Polling
@fredrike
@mellado
tfiac
climate
integration
docs title
/docs/configuration/ Configuration file
legacy

The tfiac {% term 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 {% term integration %} into your Home Assistant installation, add the following to your {% term "configuration.yaml" %} file. {% include integrations/restart_ha_after_config_inclusion.md %}

# 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 %}