Functions | |
| None | _async_activate_eco_mode_with_duration (HomeAssistant hass, ServiceCall service) |
| None | _async_activate_eco_mode_with_period (HomeAssistant hass, ServiceCall service) |
| None | _async_activate_vacation (HomeAssistant hass, ServiceCall service) |
| None | _async_deactivate_eco_mode (HomeAssistant hass, ServiceCall service) |
| None | _async_deactivate_vacation (HomeAssistant hass, ServiceCall service) |
| None | _async_dump_hap_config (HomeAssistant hass, ServiceCall service) |
| def | _async_reset_energy_counter (HomeAssistant hass, ServiceCall service) |
| def | _async_set_home_cooling_mode (HomeAssistant hass, ServiceCall service) |
| AsyncHome|None | _get_home (HomeAssistant hass, str hapid) |
| None | _set_active_climate_profile (HomeAssistant hass, ServiceCall service) |
| None | async_setup_services (HomeAssistant hass) |
| def | async_unload_services (HomeAssistant hass) |
Support for HomematicIP Cloud devices.
|
private |
Service to activate eco mode with duration.
Definition at line 228 of file services.py.
|
private |
Service to activate eco mode with period.
Definition at line 242 of file services.py.
|
private |
Service to activate vacation.
Definition at line 256 of file services.py.
|
private |
Service to deactivate eco mode.
Definition at line 269 of file services.py.
|
private |
Service to deactivate vacation.
Definition at line 279 of file services.py.
|
private |
Service to dump the configuration of a Homematic IP Access Point.
Definition at line 308 of file services.py.
|
private |
Service to reset the energy counter.
Definition at line 332 of file services.py.
|
private |
Service to set the cooling mode.
Definition at line 348 of file services.py.
|
private |
Return a HmIP home.
Definition at line 360 of file services.py.
|
private |
Service to set the active climate profile.
Definition at line 289 of file services.py.
| None homeassistant.components.homematicip_cloud.services.async_setup_services | ( | HomeAssistant | hass | ) |
Set up the HomematicIP Cloud services.
Definition at line 122 of file services.py.
| def homeassistant.components.homematicip_cloud.services.async_unload_services | ( | HomeAssistant | hass | ) |
Unload HomematicIP Cloud services.
Definition at line 219 of file services.py.
|
private |
Definition at line 26 of file services.py.
| string homeassistant.components.homematicip_cloud.services.ATTR_ACCESSPOINT_ID = "accesspoint_id" |
Definition at line 28 of file services.py.
| string homeassistant.components.homematicip_cloud.services.ATTR_ANONYMIZE = "anonymize" |
Definition at line 29 of file services.py.
| string homeassistant.components.homematicip_cloud.services.ATTR_CLIMATE_PROFILE_INDEX = "climate_profile_index" |
Definition at line 30 of file services.py.
| string homeassistant.components.homematicip_cloud.services.ATTR_CONFIG_OUTPUT_FILE_PREFIX = "config_output_file_prefix" |
Definition at line 31 of file services.py.
| string homeassistant.components.homematicip_cloud.services.ATTR_CONFIG_OUTPUT_PATH = "config_output_path" |
Definition at line 32 of file services.py.
| string homeassistant.components.homematicip_cloud.services.ATTR_COOLING = "cooling" |
Definition at line 35 of file services.py.
| string homeassistant.components.homematicip_cloud.services.ATTR_DURATION = "duration" |
Definition at line 33 of file services.py.
| string homeassistant.components.homematicip_cloud.services.ATTR_ENDTIME = "endtime" |
Definition at line 34 of file services.py.
| string homeassistant.components.homematicip_cloud.services.DEFAULT_CONFIG_FILE_PREFIX = "hmip-config" |
Definition at line 37 of file services.py.
| list homeassistant.components.homematicip_cloud.services.HMIPC_SERVICES |
Definition at line 49 of file services.py.
| homeassistant.components.homematicip_cloud.services.SCHEMA_ACTIVATE_ECO_MODE_WITH_DURATION |
Definition at line 61 of file services.py.
| homeassistant.components.homematicip_cloud.services.SCHEMA_ACTIVATE_ECO_MODE_WITH_PERIOD |
Definition at line 68 of file services.py.
| homeassistant.components.homematicip_cloud.services.SCHEMA_ACTIVATE_VACATION |
Definition at line 75 of file services.py.
| homeassistant.components.homematicip_cloud.services.SCHEMA_DEACTIVATE_ECO_MODE |
Definition at line 85 of file services.py.
| homeassistant.components.homematicip_cloud.services.SCHEMA_DEACTIVATE_VACATION |
Definition at line 89 of file services.py.
| homeassistant.components.homematicip_cloud.services.SCHEMA_DUMP_HAP_CONFIG |
Definition at line 100 of file services.py.
| homeassistant.components.homematicip_cloud.services.SCHEMA_RESET_ENERGY_COUNTER |
Definition at line 110 of file services.py.
| homeassistant.components.homematicip_cloud.services.SCHEMA_SET_ACTIVE_CLIMATE_PROFILE |
Definition at line 93 of file services.py.
| homeassistant.components.homematicip_cloud.services.SCHEMA_SET_HOME_COOLING_MODE |
Definition at line 114 of file services.py.
| string homeassistant.components.homematicip_cloud.services.SERVICE_ACTIVATE_ECO_MODE_WITH_DURATION = "activate_eco_mode_with_duration" |
Definition at line 39 of file services.py.
| string homeassistant.components.homematicip_cloud.services.SERVICE_ACTIVATE_ECO_MODE_WITH_PERIOD = "activate_eco_mode_with_period" |
Definition at line 40 of file services.py.
| string homeassistant.components.homematicip_cloud.services.SERVICE_ACTIVATE_VACATION = "activate_vacation" |
Definition at line 41 of file services.py.
| string homeassistant.components.homematicip_cloud.services.SERVICE_DEACTIVATE_ECO_MODE = "deactivate_eco_mode" |
Definition at line 42 of file services.py.
| string homeassistant.components.homematicip_cloud.services.SERVICE_DEACTIVATE_VACATION = "deactivate_vacation" |
Definition at line 43 of file services.py.
| string homeassistant.components.homematicip_cloud.services.SERVICE_DUMP_HAP_CONFIG = "dump_hap_config" |
Definition at line 44 of file services.py.
| string homeassistant.components.homematicip_cloud.services.SERVICE_RESET_ENERGY_COUNTER = "reset_energy_counter" |
Definition at line 45 of file services.py.
| string homeassistant.components.homematicip_cloud.services.SERVICE_SET_ACTIVE_CLIMATE_PROFILE = "set_active_climate_profile" |
Definition at line 46 of file services.py.
| string homeassistant.components.homematicip_cloud.services.SERVICE_SET_HOME_COOLING_MODE = "set_home_cooling_mode" |
Definition at line 47 of file services.py.