mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-30 23:06:49 +00:00

* Sets front matter defaults * Removes default front matter from section templates/pages * Removes default front matter from addon pages * Removes default front matter from integration pages * Removes default front matter from posts * Removes default front matter from docs pages * Removes default front matter from other pages * Fixes blog category pages
32 lines
919 B
Markdown
32 lines
919 B
Markdown
---
|
|
title: "Tfiac AC"
|
|
description: "Instructions on how to integrate Tfiac AC devices with Home Assistant."
|
|
logo: tfiac.png
|
|
ha_category:
|
|
- Climate
|
|
ha_release: 0.91
|
|
ha_iot_class: Local Polling
|
|
redirect_from:
|
|
- /components/climate.tfiac/
|
|
---
|
|
|
|
The `tfiac` integration integrates several vendors air conditioning systems, that uses the Tfiac mobile app, into Home Assistant. App currently available at [Play Store](https://play.google.com/store/apps/details?id=com.tcl.export) and [App Store](https://itunes.apple.com/app/tfiac/id1059938398).
|
|
|
|
## Configuration
|
|
|
|
To add your Tfiac device into your Home Assistant installation, add the following to your `configuration.yaml` file:
|
|
|
|
```yaml
|
|
# 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 %}
|