mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-05 01:36:49 +00:00

* Sets front matter defaults * Removes default front matter from section templates/pages * Removes default front matter from addon pages * Removes default front matter from integration pages * Removes default front matter from posts * Removes default front matter from docs pages * Removes default front matter from other pages * Fixes blog category pages
906 B
906 B
title, description, logo, ha_category, ha_iot_class, ha_release, redirect_from
title | description | logo | ha_category | ha_iot_class | ha_release | redirect_from | ||
---|---|---|---|---|---|---|---|---|
iGlo | Instructions on how to integrate iGlo lights into Home Assistant. | 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 %}