mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-02 08:16:50 +00:00
943 B
943 B
title, description, ha_category, ha_iot_class, ha_release, ha_domain, ha_platforms, ha_integration_type, related
title | description | ha_category | ha_iot_class | ha_release | ha_domain | ha_platforms | ha_integration_type | related | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Niko Home Control | Instructions on how to integrate Niko Home Control lights into Home Assistant. |
|
Local Polling | 0.82 | niko_home_control |
|
integration |
|
The niko_home_control
{% term integration %} allows you to integrate your Niko Home Control into Home Assistant.
Configuration
To enable this lights, add the following lines to your {% term "configuration.yaml
" %} file.
{% include integrations/restart_ha_after_config_inclusion.md %}
# 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 %}