mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 22:27:07 +00:00
Remove remnants of removed list_events action (#129210)
This commit is contained in:
parent
357c324df1
commit
39693786ef
@ -14,9 +14,6 @@
|
|||||||
},
|
},
|
||||||
"get_events": {
|
"get_events": {
|
||||||
"service": "mdi:calendar-month"
|
"service": "mdi:calendar-month"
|
||||||
},
|
|
||||||
"list_events": {
|
|
||||||
"service": "mdi:calendar-month"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -36,22 +36,6 @@ create_event:
|
|||||||
example: "Conference Room - F123, Bldg. 002"
|
example: "Conference Room - F123, Bldg. 002"
|
||||||
selector:
|
selector:
|
||||||
text:
|
text:
|
||||||
list_events:
|
|
||||||
target:
|
|
||||||
entity:
|
|
||||||
domain: calendar
|
|
||||||
fields:
|
|
||||||
start_date_time:
|
|
||||||
example: "2022-03-22 20:00:00"
|
|
||||||
selector:
|
|
||||||
datetime:
|
|
||||||
end_date_time:
|
|
||||||
example: "2022-03-22 22:00:00"
|
|
||||||
selector:
|
|
||||||
datetime:
|
|
||||||
duration:
|
|
||||||
selector:
|
|
||||||
duration:
|
|
||||||
get_events:
|
get_events:
|
||||||
target:
|
target:
|
||||||
entity:
|
entity:
|
||||||
|
@ -89,24 +89,6 @@
|
|||||||
"description": "Returns active events from start_date_time until the specified duration."
|
"description": "Returns active events from start_date_time until the specified duration."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"list_events": {
|
|
||||||
"name": "List event",
|
|
||||||
"description": "Lists events on a calendar within a time range.",
|
|
||||||
"fields": {
|
|
||||||
"start_date_time": {
|
|
||||||
"name": "[%key:component::calendar::services::get_events::fields::start_date_time::name%]",
|
|
||||||
"description": "[%key:component::calendar::services::get_events::fields::start_date_time::description%]"
|
|
||||||
},
|
|
||||||
"end_date_time": {
|
|
||||||
"name": "[%key:component::calendar::services::get_events::fields::end_date_time::name%]",
|
|
||||||
"description": "[%key:component::calendar::services::get_events::fields::end_date_time::description%]"
|
|
||||||
},
|
|
||||||
"duration": {
|
|
||||||
"name": "[%key:component::calendar::services::get_events::fields::duration::name%]",
|
|
||||||
"description": "[%key:component::calendar::services::get_events::fields::duration::description%]"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"issues": {
|
"issues": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user