mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-27 21:36:51 +00:00

* Update insteon local documentation * Update Insteon_local Changes * Small docs cleanup * Remove duplicated config info
1.6 KiB
1.6 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_iot_class, ha_version
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_iot_class | ha_version |
---|---|---|---|---|---|---|---|---|---|---|---|
page | Insteon (local) | Instructions how to setup the Insteon Hub locally within Home Assistant. | 2016-12-18 08:00 | true | false | true | true | insteon.png | Hub | Local Polling | 0.36 |
The insteon_local
component let you use your Insteon Hub with Home Assistant.
To integrate your Insteon local setup with Home Assistant, add the following section to your configuration.yaml
file:
# Example configuration.yaml platform entry
insteon_local:
host: YOUR HUB IP
username: YOUR HUB USERNAME
password: YOUR HUB PASSWORD
Configuration variables: Note: The username and password here are for the hub and are different than the ones used to access the app. You can usually find these on the bottom of your hub (unless you've changed them through the settings in the app)
- host (Required): The IP address of your hub.
- username (Required): The username used to access the Insteon interface (find in your Insteon app).
- password (Required): The password used to access the Insteon interface.
- timeout (Optional): Timeout to wait for connections. Defaults to 10 seconds.
- port (Optional): The port your hub is configured to listen to. Defaults to
25105
.
{% linkable_title Full configuration %}
The insteon_local
component currently supports lights (dimmers), switches and fans.
insteon_local:
host: YOUR HUB IP
username: YOUR HUB USERNAME
password: YOUR HUB PASSWORD
timeout: 10
port: 25105