mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 10:48:01 +02:00
Make calendar.get_events
action description consistent (#142170)
Changes it to match the standard HA style using descriptive wording and changes to "Retrieves …" matching other "Get xyz" actions.
This commit is contained in:
@ -74,7 +74,7 @@
|
|||||||
},
|
},
|
||||||
"get_events": {
|
"get_events": {
|
||||||
"name": "Get events",
|
"name": "Get events",
|
||||||
"description": "Get events on a calendar within a time range.",
|
"description": "Retrieves events on a calendar within a time range.",
|
||||||
"fields": {
|
"fields": {
|
||||||
"start_date_time": {
|
"start_date_time": {
|
||||||
"name": "Start time",
|
"name": "Start time",
|
||||||
|
Reference in New Issue
Block a user