Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tfiac component documentation #8910

Merged
merged 5 commits into from
Mar 25, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions source/_components/climate.tfiac.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
layout: page
title: "Tfiac AC"
description: "Instructions on how to integrate Tfiac AC devices with Home Assistant."
date: 2019-03-10 12:00
sidebar: true
comments: false
sharing: true
footer: true
logo: tfiac.png
ha_category: Climate
ha_release: 0.88
mellado marked this conversation as resolved.
Show resolved Hide resolved
ha_iot_class: "Local Polling"
redirect_from:
mellado marked this conversation as resolved.
Show resolved Hide resolved
- /components/climate.tfiac/
---

The `tfiac` component 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).

## {% linkable_title 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: 192.168.1.108
mellado marked this conversation as resolved.
Show resolved Hide resolved
```

{% configuration %}
host:
description: The IP address of your AC device.
required: true
type: string
{% endconfiguration %}
Binary file added source/images/supported_brands/tfiac.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.