home-assistant.io/source/_components/climate.sensibo.markdown
Alok Saboo 1aca7b08cf Misc fixes: e.g. -> e.g., and proper case for Home Assistant (#4942)
* e.g. to e.g., and proper case for Home Assistant

* Instructions how to -> Instructions on how to
2018-03-17 20:20:37 +01:00

1.2 KiB

layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class
page Sensibo A/C controller Instructions on how to integrate Sensibo A/C controller into Home Assistant. 2017-04-01 15:00 +0200 true false true true sensibo.png Climate 0.44 Cloud Polling

Integrates Sensibo Air Conditioning controller into Home Assistant.

To enable this platform, add the following lines to your configuration.yaml file:

# Example configuration.yaml entry
climate:
  - platform: sensibo
    api_key: <your_key_here>

Configuration variables:

  • api_key (Required): Your API key.
  • id (Optional): A unit ID or a list of IDs. If none specified then all units accessible by the api_key will be used.

To get your API key visit https://home.sensibo.com/me/api

If you create the API key using a dedicated user (and not your main user), then in the Sensibo app log you will be able to distinguish between actions done in the app and actions done by Home Assistant.

{% linkable_title Full config example %}

climate:
  - platform: sensibo
    api_key: deadbeaf
    id:
      - id1
      - id2