core/homeassistant/components/homematicip_cloud/services.yaml

50 lines
1.5 KiB
YAML

# Describes the format for available component services
activate_eco_mode_with_duration:
description: Activate eco mode with period.
fields:
duration:
description: The duration of eco mode in minutes.
example: 60
accesspoint_id:
description: The ID of the Homematic IP Access Point
example: 3014xxxxxxxxxxxxxxxxxxxx
activate_eco_mode_with_period:
description: Activate eco mode with period.
fields:
endtime:
description: The time when the eco mode should automatically be disabled.
example: 2019-02-17 14:00
accesspoint_id:
description: The ID of the Homematic IP Access Point
example: 3014xxxxxxxxxxxxxxxxxxxx
activate_vacation:
description: Activates the vacation mode until the given time.
fields:
endtime:
description: The time when the vacation mode should automatically be disabled.
example: 2019-09-17 14:00
temperature:
description: the set temperature during the vacation mode.
example: 18.5
accesspoint_id:
description: The ID of the Homematic IP Access Point
example: 3014xxxxxxxxxxxxxxxxxxxx
deactivate_eco_mode:
description: Deactivates the eco mode immediately.
fields:
accesspoint_id:
description: The ID of the Homematic IP Access Point
example: 3014xxxxxxxxxxxxxxxxxxxx
deactivate_vacation:
description: Deactivates the vacation mode immediately.
fields:
accesspoint_id:
description: The ID of the Homematic IP Access Point
example: 3014xxxxxxxxxxxxxxxxxxxx