home-assistant.io/source/_components/light.zengge.markdown
Klaas Schoute c6d02b401f Update Zengge light component configuration (#7183)
* Update Zengge light component configuration

* Minor changes
2018-10-28 12:48:37 +01:00

1.0 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_iot_class, ha_release
layout title description date sidebar comments sharing footer logo ha_category ha_iot_class ha_release
page Zengge Instructions on how to integrate Zengge Bluetooth bulbs into Home Assistant. 2017-01-14 08:00 true false true true zengge.png Light Local Polling 0.36

The zengge platform allows you to integrate your Zengge Bluetooth bulbs into Home Assistant.

{% linkable_title Configuration %}

To enable the lights, add the following lines to your configuration.yaml file:

# Example configuration.yaml entry
light:
  - platform: zengge
    devices:
      "C4:BE:84:51:54:8B":
        name: Living Room

{% configuration %} devices: description: The list of your devices/bulbs. required: true type: list keys: mac_address: description: The MAC address of the bulb. required: true type: list keys: name: description: The friendly name for the frontend. required: false type: string {% endconfiguration %}