home-assistant.io/source/_components/climate.honeywell.markdown
garrettbeachy 0443eceaf2 Update climate.honeywell.markdown
Fix typo on Honeywell page.
2016-08-29 21:22:35 -05:00

981 B

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category
layout title description date sidebar comments sharing footer logo ha_category
page Honeywell Thermostat Instructions how to integrate Honeywell thermostats within Home Assistant. 2016-02-07 22:01 true false true true honeywell.png Climate

The honeywell climate platform let you control Honeywell Connected thermostats from Home Assistant.

To set it up, add the following information to your configuration.yaml file:

climate:
  platform: honeywell
  username: YOUR_USERNAME
  password:  YOUR_PASSWORD
  region: REGION

Configuration variables:

  • username (Required: The username of an user with access.
  • password (Required): The password for your given admin account.
  • away_temperature (optional): Heating setpoint when away mode is on. If omitted it defaults to 16.0 deg C.
  • region (optional): Region identifier (either 'eu' or 'us'). Defaults to 'eu' if not provided.