Skip to content

Commit

Permalink
Revert "MyTotalConnectComfort.com Compatibility (home-assistant#5771)" (
Browse files Browse the repository at this point in the history
home-assistant#7619)

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.
  • Loading branch information
osirisinferi authored and frenck committed Dec 25, 2018
1 parent afdf8ce commit f4e530c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions source/_components/climate.honeywell.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f4e530c

Please sign in to comment.