mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-12-10 14:46:47 -06:00
720 B
720 B
title, description, ha_category, ha_iot_class, ha_release, ha_domain
| title | description | ha_category | ha_iot_class | ha_release | ha_domain | |
|---|---|---|---|---|---|---|
| Niko Home Control | Instructions on how to integrate Niko Home Control lights into Home Assistant. |
|
Local Polling | 0.82 | niko_home_control |
The niko_home_control platform allows you to integrate your Niko Home Control into Home Assistant.
Configuration
To enable this lights, add the following lines to your configuration.yaml:
# Example configuration.yaml entry
light:
- platform: niko_home_control
host: IP_ADDRESS
{% configuration %} host: description: The IP address of the Niko Home light. required: false type: string {% endconfiguration %}