home-assistant.io/source/_components/osramlightify.markdown
2019-04-03 10:16:08 -07:00

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
/components/light.osramlightify/

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 %}