mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-03 01:28:58 +00:00
1.1 KiB
1.1 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, redirect_from
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release | redirect_from | |
---|---|---|---|---|---|---|---|---|---|---|---|---|
page | Osram Lightify | Instructions on how to integrate Osram Lightify into Home Assistant. | 2016-05-29 08:00 | true | false | true | true | osramlightify.png | Light | 0.21 |
|
The osramlightify
platform allows you to integrate your Osram Lightify into Home Assistant.
# Example configuration.yaml entry
light:
- platform: osramlightify
host: 192.168.0.50
{% configuration %}
host:
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 %}