c0ffeeca7 f3e52e0aa4
y-z-integrations: restart HA after changing config (#32747)
* y-z-integrations: restart HA after changing config
- add note to restart HA after changing config
- add related topics
- rename 'platform' or 'sensor' to 'integration' to streamline terminology
- add glossary reference to Configuration file

* Update source/_integrations/yandextts.markdown

Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>

---------

Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
2024-05-14 11:16:39 +02:00

1.2 KiB

title, description, ha_category, ha_iot_class, ha_release, ha_domain, ha_platforms, ha_integration_type, ha_codeowners, related
title description ha_category ha_iot_class ha_release ha_domain ha_platforms ha_integration_type ha_codeowners related
Zengge Instructions on how to integrate Zengge Bluetooth bulbs into Home Assistant.
Light
Local Polling 0.36 zengge
light
integration
@emontnemery
docs title
/docs/configuration/ Configuration file

The zengge {% term integration %} allows you to integrate your Zengge Bluetooth bulbs into Home Assistant.

Configuration

To enable the lights, add the following lines to your {% term "configuration.yaml" %} file. {% include integrations/restart_ha_after_config_inclusion.md %}

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