Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.generic_hygrostat
 

Functions

bool homeassistant.components.generic_hygrostat.async_setup (HomeAssistant hass, ConfigType config)
 
bool homeassistant.components.generic_hygrostat.async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.generic_hygrostat.async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 
None homeassistant.components.generic_hygrostat.config_entry_update_listener (HomeAssistant hass, ConfigEntry entry)
 

Variables

string homeassistant.components.generic_hygrostat.CONF_AWAY_FIXED = "away_fixed"
 
string homeassistant.components.generic_hygrostat.CONF_AWAY_HUMIDITY = "away_humidity"
 
string homeassistant.components.generic_hygrostat.CONF_DEVICE_CLASS = "device_class"
 
string homeassistant.components.generic_hygrostat.CONF_DRY_TOLERANCE = "dry_tolerance"
 
string homeassistant.components.generic_hygrostat.CONF_HUMIDIFIER = "humidifier"
 
string homeassistant.components.generic_hygrostat.CONF_INITIAL_STATE = "initial_state"
 
string homeassistant.components.generic_hygrostat.CONF_KEEP_ALIVE = "keep_alive"
 
string homeassistant.components.generic_hygrostat.CONF_MAX_HUMIDITY = "max_humidity"
 
string homeassistant.components.generic_hygrostat.CONF_MIN_DUR = "min_cycle_duration"
 
string homeassistant.components.generic_hygrostat.CONF_MIN_HUMIDITY = "min_humidity"
 
string homeassistant.components.generic_hygrostat.CONF_SENSOR = "target_sensor"
 
string homeassistant.components.generic_hygrostat.CONF_STALE_DURATION = "sensor_stale_duration"
 
string homeassistant.components.generic_hygrostat.CONF_TARGET_HUMIDITY = "target_humidity"
 
string homeassistant.components.generic_hygrostat.CONF_WET_TOLERANCE = "wet_tolerance"
 
 homeassistant.components.generic_hygrostat.CONFIG_SCHEMA
 
string homeassistant.components.generic_hygrostat.DEFAULT_NAME = "Generic Hygrostat"
 
int homeassistant.components.generic_hygrostat.DEFAULT_TOLERANCE = 3
 
string homeassistant.components.generic_hygrostat.DOMAIN = "generic_hygrostat"
 
 homeassistant.components.generic_hygrostat.HYGROSTAT_SCHEMA