hass-core/homeassistant/components/wunderlist/services.yaml
Luis Martinez de Bartolome Izquierdo 7b3b7d2eec Wunderlist component (#18339)
* Wunderlist component

* Check credentials

* Dont print credentials

* Update __init__.py
2018-11-27 15:44:09 +01:00

15 lines
422 B
YAML

# Describes the format for available Wunderlist
create_task:
description: >
Create a new task in Wunderlist.
fields:
list_name:
description: name of the new list where the task will be created
example: 'Shopping list'
name:
description: name of the new task
example: 'Buy 5 bottles of beer'
starred:
description: Create the task as starred [Optional]
example: true