Home Assistant Unofficial Reference 2024.12.1
device_condition.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.humidifier.device_condition
 

Functions

condition.ConditionCheckerType homeassistant.components.humidifier.device_condition.async_condition_from_config (HomeAssistant hass, ConfigType config)
 
dict[str, vol.Schema] homeassistant.components.humidifier.device_condition.async_get_condition_capabilities (HomeAssistant hass, ConfigType config)
 
list[dict[str, str]] homeassistant.components.humidifier.device_condition.async_get_conditions (HomeAssistant hass, str device_id)
 

Variables

 homeassistant.components.humidifier.device_condition.CONDITION_SCHEMA = vol.Any(TOGGLE_CONDITION, MODE_CONDITION)
 
 homeassistant.components.humidifier.device_condition.MODE_CONDITION
 
 homeassistant.components.humidifier.device_condition.TOGGLE_CONDITION