mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-04-25 13:57:37 +00:00
1.1 KiB
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. |
|
0.91 | Local Polling |
|
tfiac |
|
integration |
|
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 %}