mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 05:35:11 +02:00
Fix calendar translation strings (#131160)
This commit is contained in:
@@ -82,11 +82,11 @@
|
|||||||
},
|
},
|
||||||
"end_date_time": {
|
"end_date_time": {
|
||||||
"name": "End 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": {
|
"duration": {
|
||||||
"name": "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."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user