From fe3a55b815b40337741fa7f4d70b03736c694844 Mon Sep 17 00:00:00 2001 From: "Glenn Vandeuren (aka Iondependent)" Date: Sun, 1 Dec 2024 12:24:37 +0100 Subject: [PATCH] Update niko_home_control.markdown (#35305) --- .../_integrations/niko_home_control.markdown | 20 ++----------------- 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/source/_integrations/niko_home_control.markdown b/source/_integrations/niko_home_control.markdown index 7d70318d816..f3b9cd7fbf6 100644 --- a/source/_integrations/niko_home_control.markdown +++ b/source/_integrations/niko_home_control.markdown @@ -1,6 +1,7 @@ --- title: Niko Home Control description: Instructions on how to integrate Niko Home Control lights into Home Assistant. +ha_config_flow: true ha_category: - Light ha_iot_class: Local Polling @@ -16,21 +17,4 @@ related: The `niko_home_control` {% term integration %} allows you to integrate your [Niko Home Control](https://www.niko.eu/enus/products/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 %} - -```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 %} +{% include integrations/config_flow.md %}