Update Osramlightify light component configuration (#6930)

This commit is contained in:
Klaas Schoute 2018-10-18 20:00:06 +02:00 committed by Franck Nijhof
parent aca4bbf561
commit cb45a9611b

View File

@ -20,8 +20,20 @@ light:
- platform: osramlightify - platform: osramlightify
host: 192.168.0.50 host: 192.168.0.50
``` ```
Configuration variables:
- **host** (*Required*): IP address of the Osram Lightify bridge, eg. `192.168.1.50`. {% configuration %}
- **allow_lightify_nodes** (*Optional*): (true/false) Edit this to stop homeassistant from importing the lightify lights. host:
- **allow_lightify_groups** (*Optional*): (true/false) Edit this to stop homeassistant from importing the lightify groups. description: "IP address of the Osram Lightify bridge, e.g., `192.168.1.50`."
required: true
type: string
allow_lightify_nodes:
description: (true/false) Edit this to stop homeassistant from importing the lightify lights.
required: false
default: true
type: boolean
allow_lightify_groups:
description: (true/false) Edit this to stop homeassistant from importing the lightify groups.
required: false
default: true
type: boolean
{% endconfiguration %}