mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-26 18:57:17 +00:00
Minor changes
This commit is contained in:
parent
5b26218cc6
commit
85298823da
@ -32,20 +32,19 @@ remote:
|
|||||||
- platform: harmony
|
- platform: harmony
|
||||||
name: Bedroom
|
name: Bedroom
|
||||||
host: 10.168.1.13
|
host: 10.168.1.13
|
||||||
port: 5222
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
|
||||||
- **name** (*Required*): The hub's name to display in the front end.
|
- **name** (*Required*): The hub's name to display in the front end.
|
||||||
- **host** (*Required*): The Harmony device's IP address.
|
- **host** (*Required*): The Harmony device's IP address.
|
||||||
- **port** (*Required*): The Harmony device's port. 5222 is default.
|
- **port** (*Optional*): The Harmony device's port. 5222 is default.
|
||||||
- **activity** (*Optional*): Activity to use when turnon service is called without any data.
|
- **activity** (*Optional*): Activity to use when turnon service is called without any data.
|
||||||
- **scan_interval** (*Optional*): Amount in seconds in between polling for device's current activity. Defaults to 30 seconds.
|
- **scan_interval** (*Optional*): Amount in seconds in between polling for device's current activity. Defaults to 30 seconds.
|
||||||
|
|
||||||
Configuration file:
|
Configuration file:
|
||||||
|
|
||||||
Upon startup one file will be written to your HASS configuration directory per device in the following format: `harmony_REMOTENAME.conf`. The file will contain:
|
Upon startup one file will be written to your Home Assistant configuration directory per device in the following format: `harmony_REMOTENAME.conf`. The file will contain:
|
||||||
|
|
||||||
- List of all programmed activity names and ID numbers
|
- List of all programmed activity names and ID numbers
|
||||||
- List of all programmed device names and ID numbers
|
- List of all programmed device names and ID numbers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user