Home Assistant Unofficial Reference 2024.12.1
switch.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.gree.switch.GreeSwitch
 
class  homeassistant.components.gree.switch.GreeSwitchEntityDescription
 

Namespaces

 homeassistant.components.gree.switch
 

Functions

None homeassistant.components.gree.switch._set_anion (Device device, bool value)
 
None homeassistant.components.gree.switch._set_fresh_air (Device device, bool value)
 
None homeassistant.components.gree.switch._set_light (Device device, bool value)
 
None homeassistant.components.gree.switch._set_quiet (Device device, bool value)
 
None homeassistant.components.gree.switch._set_xfan (Device device, bool value)
 
None homeassistant.components.gree.switch.async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities)