File tree 2 files changed +48
-0
lines changed 2 files changed +48
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : page
3
+ title : " Sensibo A/C controller"
4
+ description : " Instructions how to integrate Sensibo A/C controller into Home Assistant."
5
+ date : 2017-04-01 15:00 +0200
6
+ sidebar : true
7
+ comments : false
8
+ sharing : true
9
+ footer : true
10
+ logo : sensibo.png
11
+ ha_category : Climate
12
+ ha_release : 0.44
13
+ ha_iot_class : " Cloud Polling"
14
+ ---
15
+
16
+ Integrates [ Sensibo] ( https://sensibo.com ) Air Conditioning controller into Home Assistant.
17
+
18
+ To enable this platform, add the following lines to your ` configuration.yaml ` file:
19
+
20
+ ``` yaml
21
+ # Example configuration.yaml entry
22
+ climate :
23
+ - platform : sensibo
24
+ api_key : <your_key_here>
25
+ ` ` `
26
+
27
+ Configuration variables:
28
+
29
+ - **api_key** (*Required*): Your API key.
30
+ - **id** (*Optional*): A unit ID or a list of IDs. If none specified then all units acessible by the ` api_key` will be used.
31
+
32
+ To get your API key visit <https://home.sensibo.com/me/api>
33
+
34
+ <p class="note">
35
+ If you create the API key using a dedicated user (and not your main user),
36
+ then in the Sensibo app log you will be able to distinguish between actions
37
+ done in the app and actions done by Home Assistant.
38
+ </p>
39
+
40
+ # ## {% linkable_title Full config example %}
41
+ ` ` ` yaml
42
+ climate:
43
+ - platform: sensibo
44
+ api_key: deadbeaf
45
+ id:
46
+ - id1
47
+ - id2
48
+ ` ` `
You can’t perform that action at this time.
0 commit comments