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

Classes

class  InsteonFanEntity
 

Functions

None async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

tuple SPEED_RANGE = (1, 255)
 

Detailed Description

Support for INSTEON fans via PowerLinc Modem.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.insteon.fan.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up the Insteon fans from a config entry.

Definition at line 26 of file fan.py.

Variable Documentation

◆ SPEED_RANGE

tuple homeassistant.components.insteon.fan.SPEED_RANGE = (1, 255)

Definition at line 23 of file fan.py.