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

Namespaces

 const
 
 device_action
 
 device_condition
 
 device_trigger
 
 intent
 
 reproduce_state
 
 significant_change
 

Classes

class  HumidifierDeviceClass
 
class  HumidifierEntity
 
class  HumidifierEntityDescription
 

Functions

None async_service_humidity_set (HumidifierEntity entity, ServiceCall service_call)
 
bool async_setup (HomeAssistant hass, ConfigType config)
 
bool async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 
bool is_on (HomeAssistant hass, str entity_id)
 

Variables

 __all__
 
 __dir__
 
 __getattr__
 
 _LOGGER
 
 CACHED_PROPERTIES_WITH_ATTR_
 
 check_if_deprecated_constant
 
 DEVICE_CLASSES
 
 DEVICE_CLASSES_SCHEMA
 
 dir_with_deprecated_constants
 
 ENTITY_ID_FORMAT
 
 module_globals
 
 module_globals_keys
 
 PLATFORM_SCHEMA
 
 PLATFORM_SCHEMA_BASE
 
 SCAN_INTERVAL
 
 seconds
 

Detailed Description

Provides functionality to interact with humidifier devices.

Function Documentation

◆ async_service_humidity_set()

None homeassistant.components.humidifier.async_service_humidity_set ( HumidifierEntity  entity,
ServiceCall   service_call 
)
Handle set humidity service.

Definition at line 292 of file __init__.py.

◆ async_setup()

bool homeassistant.components.humidifier.async_setup ( HomeAssistant  hass,
ConfigType  config 
)
Set up humidifier devices.

Definition at line 98 of file __init__.py.

◆ async_setup_entry()

bool homeassistant.components.humidifier.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Set up a config entry.

Definition at line 127 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.humidifier.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Unload a config entry.

Definition at line 132 of file __init__.py.

◆ is_on()

bool homeassistant.components.humidifier.is_on ( HomeAssistant  hass,
str  entity_id 
)
Return if the humidifier is on based on the statemachine.

Async friendly.

Definition at line 90 of file __init__.py.

Variable Documentation

◆ __all__

homeassistant.components.humidifier.__all__
private

Definition at line 326 of file __init__.py.

◆ __dir__

homeassistant.components.humidifier.__dir__
private

Definition at line 323 of file __init__.py.

◆ __getattr__

homeassistant.components.humidifier.__getattr__
private

Definition at line 322 of file __init__.py.

◆ _LOGGER

homeassistant.components.humidifier._LOGGER
private

Definition at line 64 of file __init__.py.

◆ CACHED_PROPERTIES_WITH_ATTR_

homeassistant.components.humidifier.CACHED_PROPERTIES_WITH_ATTR_

Definition at line 143 of file __init__.py.

◆ check_if_deprecated_constant

homeassistant.components.humidifier.check_if_deprecated_constant

Definition at line 322 of file __init__.py.

◆ DEVICE_CLASSES

homeassistant.components.humidifier.DEVICE_CLASSES

Definition at line 84 of file __init__.py.

◆ DEVICE_CLASSES_SCHEMA

homeassistant.components.humidifier.DEVICE_CLASSES_SCHEMA

Definition at line 80 of file __init__.py.

◆ dir_with_deprecated_constants

homeassistant.components.humidifier.dir_with_deprecated_constants

Definition at line 324 of file __init__.py.

◆ ENTITY_ID_FORMAT

homeassistant.components.humidifier.ENTITY_ID_FORMAT

Definition at line 67 of file __init__.py.

◆ module_globals

homeassistant.components.humidifier.module_globals

Definition at line 322 of file __init__.py.

◆ module_globals_keys

homeassistant.components.humidifier.module_globals_keys

Definition at line 324 of file __init__.py.

◆ PLATFORM_SCHEMA

homeassistant.components.humidifier.PLATFORM_SCHEMA

Definition at line 68 of file __init__.py.

◆ PLATFORM_SCHEMA_BASE

homeassistant.components.humidifier.PLATFORM_SCHEMA_BASE

Definition at line 69 of file __init__.py.

◆ SCAN_INTERVAL

homeassistant.components.humidifier.SCAN_INTERVAL

Definition at line 70 of file __init__.py.

◆ seconds

homeassistant.components.humidifier.seconds

Definition at line 70 of file __init__.py.