mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-12-15 13:35:38 -06:00
* fixing ha_category components annotation
Signed-off-by: Piotr Żuralski <piotr.zuralski@gmail.com>
* ✏️ Tweak
999 B
999 B
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_iot_class, ha_release, redirect_from
| layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_iot_class | ha_release | redirect_from | ||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| page | iGlo | Instructions on how to integrate iGlo lights into Home Assistant. | 2017-12-17 08:00 | true | false | true | true | iglo.png |
|
Local Polling | 0.61 |
|
The iglo platform allows you to integrate your iGlo Lights into Home Assistant.
To use your iGlo light in your installation, add the following to your configuration.yaml file:
# Example configuration.yaml entry
light:
- platform: iglo
host: 192.168.1.10
{% configuration %} host: required: true description: The IP address for connecting to the light. type: string name: required: false description: The name for this light. default: iGlo Light type: string port: required: false description: The port used to connect to the light. default: 8080 type: integer {% endconfiguration %}