home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
72.79k stars 30.49k forks source link

Calendar: "start_date_time" in Get Events action should be replaced by the actual name of the field #129212

Open NoRi2909 opened 2 hours ago

NoRi2909 commented 2 hours ago

The problem

There is a variable name in this description that should be the actual name of the option instead:

Screenshot 2024-10-26 12 17 18

https://github.com/home-assistant/core/blob/65ee4e191658676f586182ed48708f7db62d1b78/homeassistant/components/calendar/strings.json#L87-L89

Given that the string for 'end time' uses apostrophes to refer to 'duration' this should become

Returns active events from 'start time' until the specified duration.

but, if my German grammar does not fool me here, this should actually become:

Returns active events from 'start time' for the specified duration.

or

Returns active events from 'start time' until the specified duration ends.

What version of Home Assistant Core has the issue?

2024.10.4

Integration causing the issue

Calendar

Link to integration documentation on our website

https://www.home-assistant.io/integrations/calendar

home-assistant[bot] commented 2 hours ago

Hey there @home-assistant/core, mind taking a look at this issue as it has been labeled with an integration (calendar) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `calendar` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign calendar` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


calendar documentation calendar source (message by IssueLinks)