Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.bond.fan Namespace Reference

Classes

class  BondFan
 

Functions

None async_setup_entry (HomeAssistant hass, BondConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
string PRESET_MODE_BREEZE = "Breeze"
 

Detailed Description

Support for Bond fans.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.bond.fan.async_setup_entry ( HomeAssistant  hass,
BondConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up Bond fan devices.

Definition at line 40 of file fan.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.bond.fan._LOGGER = logging.getLogger(__name__)
private

Definition at line 35 of file fan.py.

◆ PRESET_MODE_BREEZE

string homeassistant.components.bond.fan.PRESET_MODE_BREEZE = "Breeze"

Definition at line 37 of file fan.py.