1
1
---
2
2
layout : page
3
- title : " Insteon(local)"
3
+ title : " Insteon (local)"
4
4
description : " Instructions how to setup the Insteon Hub locally within Home Assistant."
5
5
date : 2016-12-18 08:00
6
6
sidebar : true
@@ -13,24 +13,31 @@ ha_iot_class: "Local Polling"
13
13
ha_version : 0.36
14
14
---
15
15
16
- The ` insteon-local ` component lets you use your [ Insteon Hub] ( http://www.insteon.com/insteon-hub/ ) with Home Assistant.
16
+ The ` insteon_local ` component let you use your [ Insteon Hub] ( http://www.insteon.com/insteon-hub/ ) with Home Assistant.
17
17
18
- To integrate your Insteon( local) with Home Assistant, add the following section to your ` configuration.yaml ` file:
18
+ To integrate your Insteon local setup with Home Assistant, add the following section to your ` configuration.yaml ` file:
19
19
20
20
``` yaml
21
21
# Example configuration.yaml platform entry
22
22
insteon_local :
23
23
host : YOUR HUB IP
24
24
username : YOUR HUB USERNAME
25
25
password : YOUR HUB PASSWORD
26
- timeout : 10
27
- port : 25105
28
26
` ` `
29
27
30
- The Insteon(local) component currently supports both lights(dimmers) and switches. A full configuration may look like so:
28
+ Configuration variables:
29
+
30
+ - **host** (*Required*): The IP address of your hub.
31
+ - **username** (*Required*): The username used to access the Insteon interface (find in your Insteon app).
32
+ - **password** (*Required*): The password used to access the Insteon interface.
33
+ - **timeout** (*Optional*): Timeout to wait for connections. Defaults to 10 seconds.
34
+ - **port** (*Optional*): The port your hub is configured to listen to. Defaults to ` 25105`.
35
+
36
+ # ## {% linkable_title Full configuration %}
37
+
38
+ The `insteon_local` component currently supports both lights (dimmers) and switches. A full configuration may look like so :
31
39
32
40
` ` ` yaml
33
- # Example configuration.yaml platform entry
34
41
insteon_local:
35
42
host: YOUR HUB IP
36
43
username: YOUR HUB USERNAME
@@ -42,13 +49,6 @@ light:
42
49
- platform: insteon_local
43
50
44
51
switch:
45
- - platform : insteon_local
52
+ - platform: insteon_local
46
53
` ` `
47
54
48
- Configuration variables:
49
-
50
- - **username** (*Required*): The username used to access the Insteon interface (find in your Insteon app).
51
- - **password** (*Required*): The password used to access the Insteon interface.
52
- - **host** (*Required*): The ip address of your hub.
53
- - **timeout** (*Optional*): Timeout to wait for connection. (default: 10)
54
- - **port** (*Optional*): The port your hub is configured to listen to. (default: 25105)
0 commit comments