Skip to content

Commit f5dbb83

Browse files
committed
Minor changes
1 parent 0aed317 commit f5dbb83

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: page
3-
title: "Insteon(local)"
3+
title: "Insteon (local)"
44
description: "Instructions how to setup the Insteon Hub locally within Home Assistant."
55
date: 2016-12-18 08:00
66
sidebar: true
@@ -13,24 +13,31 @@ ha_iot_class: "Local Polling"
1313
ha_version: 0.36
1414
---
1515

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.
1717

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:
1919

2020
```yaml
2121
# Example configuration.yaml platform entry
2222
insteon_local:
2323
host: YOUR HUB IP
2424
username: YOUR HUB USERNAME
2525
password: YOUR HUB PASSWORD
26-
timeout: 10
27-
port: 25105
2826
```
2927
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:
3139

3240
```yaml
33-
# Example configuration.yaml platform entry
3441
insteon_local:
3542
host: YOUR HUB IP
3643
username: YOUR HUB USERNAME
@@ -42,13 +49,6 @@ light:
4249
- platform: insteon_local
4350
4451
switch:
45-
- platform: insteon_local
52+
- platform: insteon_local
4653
```
4754

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

Comments
 (0)