Franck Nijhof ebca3218c7
🔥Removes linkable_title everywhere (#9772)
* Automatically create linkable headers

* Visually improve position of linkable header chain icon

* Do not auto link  headers on homepage

* Remove linkable_title everywhere

* 🚑 Re-instante linkable_title plugin as NOOP
2019-07-04 19:08:27 +02:00

1012 B

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class, redirect_from
layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class redirect_from
page Tfiac AC Instructions on how to integrate Tfiac AC devices with Home Assistant. 2019-03-10 12:00 true false true true 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 %}