Skip to content

Commit

Permalink
Merge pull request #361 from sockless-coding/dev
Browse files Browse the repository at this point in the history
Added set_horizontal_swing_mode to translations to conform to hassfest
  • Loading branch information
sockless-coding authored Jan 9, 2025
2 parents c7c8a17 + 4325850 commit 5a26889
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions custom_components/panasonic_cc/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,21 @@
}
}
}
},
"services": {
"set_horizontal_swing_mode": {
"name": "Set the horizontal swing mode",
"description": "Set the horizontal swing mode for climate device.",
"fields": {
"entity_id": {
"name": "Entity id",
"description": "Name(s) of entities to change."
},
"swing_mode": {
"name": "Swing mode",
"description": "New horizontal swing mode."
}
}
}
}
}
16 changes: 16 additions & 0 deletions custom_components/panasonic_cc/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,21 @@
}
}
}
},
"services": {
"set_horizontal_swing_mode": {
"name": "Set the horizontal swing mode",
"description": "Set the horizontal swing mode for climate device.",
"fields": {
"entity_id": {
"name": "Entity id",
"description": "Name(s) of entities to change."
},
"swing_mode": {
"name": "Swing mode",
"description": "New horizontal swing mode."
}
}
}
}
}

0 comments on commit 5a26889

Please sign in to comment.