home-assistant.io/source/_integrations/yeelightsunflower.markdown
Madelena Mak d4c03fe1be
Update the theme to match branding better (#33462)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2024-06-30 13:47:01 +02:00

1.1 KiB

title, description, ha_category, ha_release, ha_iot_class, ha_codeowners, ha_domain, ha_platforms, ha_integration_type, related
title description ha_category ha_release ha_iot_class ha_codeowners ha_domain ha_platforms ha_integration_type related
Yeelight Sunflower Instructions on how to setup Yeelight Sunflower hub and bulbs within Home Assistant.
Light
0.39 Local Polling
@lindsaymarkward
yeelightsunflower
light
integration
docs title
/docs/configuration/ Configuration file

The yeelightsunflower {% term integration %} allows you to control your Yeelight Sunflower light bulbs with Home Assistant.

{% note %} The "Yeelight Sunflower" bulbs are not the same as the "Yeelight WiFi" bulbs. {% endnote %}

To enable your 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: yeelightsunflower
    host: 192.168.1.59

{% configuration %} host: description: IP address of your Yeelight Sunflower hub. required: true type: string {% endconfiguration %}

{% note %} When the hub is loaded, your lights will appear as devices with their Zigbee IDs as part of the entity name. {% endnote %}