2024-11-27 18:57:16 +01:00

1.1 KiB

title description ha_category ha_iot_class ha_release ha_domain ha_platforms ha_integration_type related ha_quality_scale
iGlo Instructions on how to integrate iGlo lights into Home Assistant.
Light
Local Polling 0.61 iglo
light
integration
docs title
/docs/configuration/ Configuration file
legacy

The iglo {% term integration %} allows you to integrate your iGlo Lights into Home Assistant.

To use your iGlo light in your installation, add the following to your {% term "configuration.yaml" %} file. {% include integrations/restart_ha_after_config_inclusion.md %}

# 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 %}