Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* 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
2019-07-11 14:35:08 -07:00

919 B

title description logo ha_category ha_release ha_iot_class redirect_from
Tfiac AC Instructions on how to integrate Tfiac AC devices with Home Assistant. tfiac.png
Climate
0.91 Local Polling
/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 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 %}