mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 07:05:12 +01:00
* Make all occurrences of "ID" in telegram_bot consistent - change all remaining occurrences of "id" or "Id" to the correct spelling "ID" - change "chat_id" to the UI-friedly "chat ID" - use "ID of the chat …" in descriptions, matching "ID of the message …" - fix the edit_replymarkup action's description to also use "Edits …", matching all other descriptions with "Sends …" or "Edits …" * Use translatable descriptions for the Timeout fields Uses the description from the online documentation that can be translated while the current ones use the action name which makes it difficult to handle in other languages.