mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-26 18:57:17 +00:00
Update insteon local documentation (#4198)
* Update insteon local documentation * Update Insteon_local Changes * Small docs cleanup * Remove duplicated config info
This commit is contained in:
parent
18fe3e4452
commit
7c47fac567
@ -14,21 +14,4 @@ ha_version: 0.48
|
|||||||
|
|
||||||
The `insteon_local` fan component lets you control your fan connected to an [Insteon Hub](http://www.insteon.com/insteon-hub/) with Home Assistant.
|
The `insteon_local` fan component lets you control your fan connected to an [Insteon Hub](http://www.insteon.com/insteon-hub/) with Home Assistant.
|
||||||
|
|
||||||
To integrate add a fan, configure your hub Insteon(local) with Home Assistant, add the following section to your `configuration.yaml` file:
|
To get your insteon fans working with Home Assistant, follow the instructions for the general [Insteon local component](/components/insteon_local/). The fans will be automatically disovered and added to Home Assistant. The device names will be the Insteon address of the fans.
|
||||||
|
|
||||||
```yaml
|
|
||||||
# Example configuration.yaml platform entry
|
|
||||||
insteon_local:
|
|
||||||
host: YOUR HUB IP
|
|
||||||
username: YOUR HUB USERNAME
|
|
||||||
password: YOUR HUB PASSWORD
|
|
||||||
timeout: 10
|
|
||||||
port: 25105
|
|
||||||
```
|
|
||||||
|
|
||||||
To add fans to your set-up, add the platform to your light configuration:
|
|
||||||
```yaml
|
|
||||||
fan:
|
|
||||||
- platform: insteon_local
|
|
||||||
```
|
|
||||||
|
|
||||||
|
@ -33,9 +33,9 @@ Configuration variables:
|
|||||||
- **timeout** (*Optional*): Timeout to wait for connections. Defaults to 10 seconds.
|
- **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`.
|
- **port** (*Optional*): The port your hub is configured to listen to. Defaults to `25105`.
|
||||||
|
|
||||||
### {% linkable_title Full configuration %}
|
### {% linkable_title Full configuration %}
|
||||||
|
|
||||||
The `insteon_local` component currently supports both lights (dimmers) and switches. A full configuration may look like so:
|
The `insteon_local` component currently supports lights (dimmers), switches and fans.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
insteon_local:
|
insteon_local:
|
||||||
@ -44,14 +44,4 @@ insteon_local:
|
|||||||
password: YOUR HUB PASSWORD
|
password: YOUR HUB PASSWORD
|
||||||
timeout: 10
|
timeout: 10
|
||||||
port: 25105
|
port: 25105
|
||||||
|
|
||||||
light:
|
|
||||||
- platform: insteon_local
|
|
||||||
|
|
||||||
switch:
|
|
||||||
- platform: insteon_local
|
|
||||||
|
|
||||||
fan:
|
|
||||||
- platform: insteon_local
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -15,22 +15,4 @@ ha_iot_class: "Local Push"
|
|||||||
|
|
||||||
The `insteon_local` light component lets you control your lights connected to an [Insteon Hub](http://www.insteon.com/insteon-hub/) with Home Assistant.
|
The `insteon_local` light component lets you control your lights connected to an [Insteon Hub](http://www.insteon.com/insteon-hub/) with Home Assistant.
|
||||||
|
|
||||||
To integrate add a light, configure your hub Insteon(local) with Home Assistant, add the following section to your `configuration.yaml` file:
|
To get your insteon lights working with Home Assistant, follow the instructions for the general [Insteon local component](/components/insteon_local/). The lights will be automatically disovered and added to Home Assistant. The device names will be the Insteon address of the lights.
|
||||||
|
|
||||||
```yaml
|
|
||||||
# Example configuration.yaml platform entry
|
|
||||||
insteon_local:
|
|
||||||
host: YOUR HUB IP
|
|
||||||
username: YOUR HUB USERNAME
|
|
||||||
password: YOUR HUB PASSWORD
|
|
||||||
timeout: 10
|
|
||||||
port: 25105
|
|
||||||
```
|
|
||||||
|
|
||||||
To add lights (dimmers) to your set-up, add the platform to your light configuration:
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
light:
|
|
||||||
- platform: insteon_local
|
|
||||||
```
|
|
||||||
|
|
||||||
|
@ -14,20 +14,4 @@ ha_version: 0.36
|
|||||||
|
|
||||||
The `insteon_local` switch component lets you control your switches connected to an [Insteon Hub](http://www.insteon.com/insteon-hub/) with Home Assistant.
|
The `insteon_local` switch component lets you control your switches connected to an [Insteon Hub](http://www.insteon.com/insteon-hub/) with Home Assistant.
|
||||||
|
|
||||||
To integrate add a switch, configure your hub Insteon(local) with Home Assistant, add the following section to your `configuration.yaml` file:
|
To get your insteon switches working with Home Assistant, follow the instructions for the general [Insteon local component](/components/insteon_local/). The switches will be automatically disovered and added to Home Assistant. The device names will be the Insteon address of the switch.
|
||||||
```yaml
|
|
||||||
# Example configuration.yaml platform entry
|
|
||||||
insteon_local:
|
|
||||||
host: YOUR HUB IP
|
|
||||||
username: YOUR HUB USERNAME
|
|
||||||
password: YOUR HUB PASSWORD
|
|
||||||
timeout: 10
|
|
||||||
port: 25105
|
|
||||||
```
|
|
||||||
|
|
||||||
To add switches to your set-up, add the platform to your light configuration:
|
|
||||||
```yaml
|
|
||||||
switch:
|
|
||||||
- platform: insteon_local
|
|
||||||
```
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user