mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
The `honeywell.py` code uses either EvohomeClient *or* somecomfort client code to connect to Honeywell, depending on the region (`eu` or `us` respectively). The somecomfort client exclusively uses mytotalconnectcomfort.com as API. Therefore, this warning seems a little bit premature if you'd ask me.
This commit is contained in:
parent
afdf8ce821
commit
f4e530c099
@ -16,13 +16,7 @@ ha_iot_class: "Cloud Polling"
|
||||
|
||||
The `honeywell` climate platform let you control Honeywell Connected thermostats from Home Assistant.
|
||||
|
||||
<p class='note'>
|
||||
This platform is actually a hybrid combination of two distinct climate systems based upon either [somecomfort](https://github.com/kk7ds/somecomfort) (for US-based systems), or [evohome-client](https://github.com/watchforstock/evohome-client) (for international/EU systems) - see the `region` parameter, below. Before you proceed, please be clear which client library is appropriate to your system.
|
||||
</p>
|
||||
|
||||
Although both regions remain supported here, the `evohome-client`-based systems have a new [component](/components/evohome/) available that may suit your needs better.
|
||||
|
||||
To set up this climate platform, add the following information to your `configuration.yaml` file:
|
||||
To set it up, add the following information to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
climate:
|
||||
|
Loading…
x
Reference in New Issue
Block a user