Home Assistant Unofficial Reference 2024.12.1
light.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.yeelightsunflower.light.SunflowerBulb
 

Namespaces

 homeassistant.components.yeelightsunflower.light
 

Functions

None homeassistant.components.yeelightsunflower.light.setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None)
 

Variables

 homeassistant.components.yeelightsunflower.light._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.yeelightsunflower.light.PLATFORM_SCHEMA = LIGHT_PLATFORM_SCHEMA.extend({vol.Required(CONF_HOST): cv.string})