Home Assistant Unofficial Reference 2024.12.1
services.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.homematicip_cloud.services
 

Functions

None homeassistant.components.homematicip_cloud.services._async_activate_eco_mode_with_duration (HomeAssistant hass, ServiceCall service)
 
None homeassistant.components.homematicip_cloud.services._async_activate_eco_mode_with_period (HomeAssistant hass, ServiceCall service)
 
None homeassistant.components.homematicip_cloud.services._async_activate_vacation (HomeAssistant hass, ServiceCall service)
 
None homeassistant.components.homematicip_cloud.services._async_deactivate_eco_mode (HomeAssistant hass, ServiceCall service)
 
None homeassistant.components.homematicip_cloud.services._async_deactivate_vacation (HomeAssistant hass, ServiceCall service)
 
None homeassistant.components.homematicip_cloud.services._async_dump_hap_config (HomeAssistant hass, ServiceCall service)
 
def homeassistant.components.homematicip_cloud.services._async_reset_energy_counter (HomeAssistant hass, ServiceCall service)
 
def homeassistant.components.homematicip_cloud.services._async_set_home_cooling_mode (HomeAssistant hass, ServiceCall service)
 
AsyncHome|None homeassistant.components.homematicip_cloud.services._get_home (HomeAssistant hass, str hapid)
 
None homeassistant.components.homematicip_cloud.services._set_active_climate_profile (HomeAssistant hass, ServiceCall service)
 
None homeassistant.components.homematicip_cloud.services.async_setup_services (HomeAssistant hass)
 
def homeassistant.components.homematicip_cloud.services.async_unload_services (HomeAssistant hass)
 

Variables

 homeassistant.components.homematicip_cloud.services._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.homematicip_cloud.services.ATTR_ACCESSPOINT_ID = "accesspoint_id"
 
string homeassistant.components.homematicip_cloud.services.ATTR_ANONYMIZE = "anonymize"
 
string homeassistant.components.homematicip_cloud.services.ATTR_CLIMATE_PROFILE_INDEX = "climate_profile_index"
 
string homeassistant.components.homematicip_cloud.services.ATTR_CONFIG_OUTPUT_FILE_PREFIX = "config_output_file_prefix"
 
string homeassistant.components.homematicip_cloud.services.ATTR_CONFIG_OUTPUT_PATH = "config_output_path"
 
string homeassistant.components.homematicip_cloud.services.ATTR_COOLING = "cooling"
 
string homeassistant.components.homematicip_cloud.services.ATTR_DURATION = "duration"
 
string homeassistant.components.homematicip_cloud.services.ATTR_ENDTIME = "endtime"
 
string homeassistant.components.homematicip_cloud.services.DEFAULT_CONFIG_FILE_PREFIX = "hmip-config"
 
list homeassistant.components.homematicip_cloud.services.HMIPC_SERVICES
 
 homeassistant.components.homematicip_cloud.services.SCHEMA_ACTIVATE_ECO_MODE_WITH_DURATION
 
 homeassistant.components.homematicip_cloud.services.SCHEMA_ACTIVATE_ECO_MODE_WITH_PERIOD
 
 homeassistant.components.homematicip_cloud.services.SCHEMA_ACTIVATE_VACATION
 
 homeassistant.components.homematicip_cloud.services.SCHEMA_DEACTIVATE_ECO_MODE
 
 homeassistant.components.homematicip_cloud.services.SCHEMA_DEACTIVATE_VACATION
 
 homeassistant.components.homematicip_cloud.services.SCHEMA_DUMP_HAP_CONFIG
 
 homeassistant.components.homematicip_cloud.services.SCHEMA_RESET_ENERGY_COUNTER
 
 homeassistant.components.homematicip_cloud.services.SCHEMA_SET_ACTIVE_CLIMATE_PROFILE
 
 homeassistant.components.homematicip_cloud.services.SCHEMA_SET_HOME_COOLING_MODE
 
string homeassistant.components.homematicip_cloud.services.SERVICE_ACTIVATE_ECO_MODE_WITH_DURATION = "activate_eco_mode_with_duration"
 
string homeassistant.components.homematicip_cloud.services.SERVICE_ACTIVATE_ECO_MODE_WITH_PERIOD = "activate_eco_mode_with_period"
 
string homeassistant.components.homematicip_cloud.services.SERVICE_ACTIVATE_VACATION = "activate_vacation"
 
string homeassistant.components.homematicip_cloud.services.SERVICE_DEACTIVATE_ECO_MODE = "deactivate_eco_mode"
 
string homeassistant.components.homematicip_cloud.services.SERVICE_DEACTIVATE_VACATION = "deactivate_vacation"
 
string homeassistant.components.homematicip_cloud.services.SERVICE_DUMP_HAP_CONFIG = "dump_hap_config"
 
string homeassistant.components.homematicip_cloud.services.SERVICE_RESET_ENERGY_COUNTER = "reset_energy_counter"
 
string homeassistant.components.homematicip_cloud.services.SERVICE_SET_ACTIVE_CLIMATE_PROFILE = "set_active_climate_profile"
 
string homeassistant.components.homematicip_cloud.services.SERVICE_SET_HOME_COOLING_MODE = "set_home_cooling_mode"