mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
Add honeywell thermostat page
This commit is contained in:
parent
6e49497a98
commit
ea0eafaba0
30
source/_components/thermostat.honeywell.markdown
Normal file
30
source/_components/thermostat.honeywell.markdown
Normal file
@ -0,0 +1,30 @@
|
||||
---
|
||||
layout: component
|
||||
title: "Honeywell thermostat"
|
||||
description: "Instructions how to integrate Honeywell thermostats within Home Assistant."
|
||||
date: 2015-11-09 17:15
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: radiotherm.png
|
||||
ha_category: Thermostat
|
||||
---
|
||||
|
||||
|
||||
The honeywell thermostat platform let you control [Honeywell Round Connected](http://getconnected.honeywell.com/en/) thermostat from Home Assistant.
|
||||
|
||||
To set it up, add the following information to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
thermostat:
|
||||
platform: honeywell
|
||||
username: YOUR_USERNAME
|
||||
password: YOUR_PASSWORD
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **username** (*Required*: The username of an user with access.
|
||||
- **password** (*Required*): The password for your given admin account.
|
||||
|
Loading…
x
Reference in New Issue
Block a user