Skip to content

Commit f93b1cc

Browse files
authored
Make assist_satellite action descriptions consistent (#136955)
- use third-person singular for descriptive language, following HA standards - use "a satellite" in both descriptions to match - use sentence-casing for "Start conversation" action name
1 parent 00f8afe commit f93b1cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

homeassistant/components/assist_satellite/strings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"services": {
1515
"announce": {
1616
"name": "Announce",
17-
"description": "Let the satellite announce a message.",
17+
"description": "Lets a satellite announce a message.",
1818
"fields": {
1919
"message": {
2020
"name": "Message",
@@ -27,8 +27,8 @@
2727
}
2828
},
2929
"start_conversation": {
30-
"name": "Start Conversation",
31-
"description": "Start a conversation from a satellite.",
30+
"name": "Start conversation",
31+
"description": "Starts a conversation from a satellite.",
3232
"fields": {
3333
"start_message": {
3434
"name": "Message",

0 commit comments

Comments
 (0)