File tree Expand file tree Collapse file tree 3 files changed +0
-37
lines changed
homeassistant/components/calendar Expand file tree Collapse file tree 3 files changed +0
-37
lines changed Original file line number Diff line number Diff line change 1414 },
1515 "get_events" : {
1616 "service" : " mdi:calendar-month"
17- },
18- "list_events" : {
19- "service" : " mdi:calendar-month"
2017 }
2118 }
2219}
Original file line number Diff line number Diff line change @@ -36,22 +36,6 @@ create_event:
3636 example : " Conference Room - F123, Bldg. 002"
3737 selector :
3838 text :
39- list_events :
40- target :
41- entity :
42- domain : calendar
43- fields :
44- start_date_time :
45- example : " 2022-03-22 20:00:00"
46- selector :
47- datetime :
48- end_date_time :
49- example : " 2022-03-22 22:00:00"
50- selector :
51- datetime :
52- duration :
53- selector :
54- duration :
5539get_events :
5640 target :
5741 entity :
Original file line number Diff line number Diff line change 8989 "description" : " Returns active events from start_date_time until the specified duration."
9090 }
9191 }
92- },
93- "list_events" : {
94- "name" : " List event" ,
95- "description" : " Lists events on a calendar within a time range." ,
96- "fields" : {
97- "start_date_time" : {
98- "name" : " [%key:component::calendar::services::get_events::fields::start_date_time::name%]" ,
99- "description" : " [%key:component::calendar::services::get_events::fields::start_date_time::description%]"
100- },
101- "end_date_time" : {
102- "name" : " [%key:component::calendar::services::get_events::fields::end_date_time::name%]" ,
103- "description" : " [%key:component::calendar::services::get_events::fields::end_date_time::description%]"
104- },
105- "duration" : {
106- "name" : " [%key:component::calendar::services::get_events::fields::duration::name%]" ,
107- "description" : " [%key:component::calendar::services::get_events::fields::duration::description%]"
108- }
109- }
11092 }
11193 },
11294 "issues" : {
You can’t perform that action at this time.
0 commit comments