core/homeassistant/components/flo/services.yaml

33 lines
928 B
YAML

# Describes the format for available Flo services
set_sleep_mode:
description: Set the location into sleep mode.
fields:
entity_id:
description: Flo switch entity id
example: "switch.shutoff_valve"
sleep_minutes:
description: The time to sleep in minutes.
example: 120
revert_to_mode:
description: The mode to revert to after sleep_minutes has elapsed.
example: "home"
set_away_mode:
description: Set the location into away mode.
fields:
entity_id:
description: Flo switch entity id
example: "switch.shutoff_valve"
set_home_mode:
description: Set the location into home mode.
fields:
entity_id:
description: Flo switch entity id
example: "switch.shutoff_valve"
run_health_test:
description: Have the Flo device run a health test.
fields:
entity_id:
description: Flo switch entity id
example: "switch.shutoff_valve"