mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 00:37:53 +00:00
Fix calendar translation strings (#131160)
This commit is contained in:
parent
c0396a1268
commit
88b54bbaf7
@ -82,11 +82,11 @@
|
||||
},
|
||||
"end_date_time": {
|
||||
"name": "End time",
|
||||
"description": "Returns active events before this time (exclusive). Cannot be used with 'duration'."
|
||||
"description": "Returns active events before this time (exclusive). Cannot be used with Duration."
|
||||
},
|
||||
"duration": {
|
||||
"name": "Duration",
|
||||
"description": "Returns active events from start_date_time until the specified duration."
|
||||
"description": "Returns active events from Start time for the specified duration."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user