1
mirror of https://github.com/home-assistant/core synced 2024-08-31 05:57:13 +02:00
ha-core/homeassistant/components/flo/services.yaml
David F. Mulcahey 7062838940
Add entity services to the Flo integration (#38287)
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-08-31 15:37:45 +02:00

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"