Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.switchbot.humidifier Namespace Reference

Classes

class  SwitchBotHumidifier
 

Functions

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

Variables

int PARALLEL_UPDATES = 0
 

Detailed Description

Support for Switchbot humidifier.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.switchbot.humidifier.async_setup_entry ( HomeAssistant  hass,
SwitchbotConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up Switchbot based on a config entry.

Definition at line 23 of file humidifier.py.

Variable Documentation

◆ PARALLEL_UPDATES

int homeassistant.components.switchbot.humidifier.PARALLEL_UPDATES = 0

Definition at line 20 of file humidifier.py.