mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Add selectors to google services (#49796)
This commit is contained in:
parent
8c311cbaa0
commit
883513e089
@ -1,31 +1,60 @@
|
|||||||
found_calendar:
|
found_calendar:
|
||||||
|
name: Found Calendar
|
||||||
description: Add calendar if it has not been already discovered.
|
description: Add calendar if it has not been already discovered.
|
||||||
scan_for_calendars:
|
scan_for_calendars:
|
||||||
|
name: Scan for calendars
|
||||||
description: Scan for new calendars.
|
description: Scan for new calendars.
|
||||||
add_event:
|
add_event:
|
||||||
|
name: Add event
|
||||||
description: Add a new calendar event.
|
description: Add a new calendar event.
|
||||||
fields:
|
fields:
|
||||||
calendar_id:
|
calendar_id:
|
||||||
|
name: Calendar ID
|
||||||
description: The id of the calendar you want.
|
description: The id of the calendar you want.
|
||||||
|
required: true
|
||||||
example: "Your email"
|
example: "Your email"
|
||||||
|
selector:
|
||||||
|
text:
|
||||||
summary:
|
summary:
|
||||||
|
name: Summary
|
||||||
description: Acts as the title of the event.
|
description: Acts as the title of the event.
|
||||||
|
required: true
|
||||||
example: "Bowling"
|
example: "Bowling"
|
||||||
|
selector:
|
||||||
|
text:
|
||||||
description:
|
description:
|
||||||
|
name: Description
|
||||||
description: The description of the event. Optional.
|
description: The description of the event. Optional.
|
||||||
example: "Birthday bowling"
|
example: "Birthday bowling"
|
||||||
|
selector:
|
||||||
|
text:
|
||||||
start_date_time:
|
start_date_time:
|
||||||
|
name: Start time
|
||||||
description: The date and time the event should start.
|
description: The date and time the event should start.
|
||||||
example: "2019-03-22 20:00:00"
|
example: "2019-03-22 20:00:00"
|
||||||
|
selector:
|
||||||
|
text:
|
||||||
end_date_time:
|
end_date_time:
|
||||||
|
name: End time
|
||||||
description: The date and time the event should end.
|
description: The date and time the event should end.
|
||||||
example: "2019-03-22 22:00:00"
|
example: "2019-03-22 22:00:00"
|
||||||
|
selector:
|
||||||
|
text:
|
||||||
start_date:
|
start_date:
|
||||||
|
name: Start date
|
||||||
description: The date the whole day event should start.
|
description: The date the whole day event should start.
|
||||||
example: "2019-03-10"
|
example: "2019-03-10"
|
||||||
|
selector:
|
||||||
|
text:
|
||||||
end_date:
|
end_date:
|
||||||
|
name: End date
|
||||||
description: The date the whole day event should end.
|
description: The date the whole day event should end.
|
||||||
example: "2019-03-11"
|
example: "2019-03-11"
|
||||||
|
selector:
|
||||||
|
text:
|
||||||
in:
|
in:
|
||||||
|
name: In
|
||||||
description: Days or weeks that you want to create the event in.
|
description: Days or weeks that you want to create the event in.
|
||||||
example: '"days": 2 or "weeks": 2'
|
example: '"days": 2 or "weeks": 2'
|
||||||
|
selector:
|
||||||
|
object:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user