mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-03 09:38:59 +00:00

* e.g. to e.g., and proper case for Home Assistant * Instructions how to -> Instructions on how to
1.4 KiB
1.4 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_iot_class
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|
page | Insteon Hub | Instructions on how to setup the Insteon Hub within Home Assistant. | 2016-01-27 08:00 | true | false | true | true | insteon.png | Hub | Cloud Polling |
This component has been disabled due to a complaint by Insteon. It will be enabled again once this issue has been resolved.
The insteon
component lets you use your Insteon Hub with Home Assistant.
You will need to obtain an Insteon REST API key from the Insteon Developer program to use this component.
To integrate your Insteon Hub with Home Assistant, add the following section to your configuration.yaml
file:
# Example configuration.yaml entry
insteon_hub:
username: YOUR_USERNAME
password: YOUR_PASSWORD
api_key: YOUR_API_KEY
Configuration variables:
- username (Required): The username used to access the Insteon interface (e.g., the connect.insteon.com site).
- password (Required): The password used to access the Insteon interface.
- api_key (Required): The Insteon REST API key emailed to you once you are approved in the Insteon Developer program.