Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

984 B

title, description, logo, ha_category, ha_iot_class, ha_release, redirect_from
title description logo ha_category ha_iot_class ha_release redirect_from
Zengge Instructions on how to integrate Zengge Bluetooth bulbs into Home Assistant. zengge.png
Light
Local Polling 0.36
/components/light.zengge/

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

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