Skip to content

Commit

Permalink
Add strings for follow me service
Browse files Browse the repository at this point in the history
  • Loading branch information
mill1000 committed Nov 1, 2023
1 parent 22fba23 commit 363d1fd
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions custom_components/midea_ac/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,19 @@
}
}
}
},
"services": {
"set_follow_me": {
"name": "Set follow me",
"description": "Set the follow me function.",
"fields": {
"fields": {
"enabled": {
"name": "Enabled",
"description": "Whether follow me should be enabled."
}
}
}
}
}
}
14 changes: 14 additions & 0 deletions custom_components/midea_ac/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,19 @@
}
}
}
},
"services": {
"set_follow_me": {
"name": "Set follow me",
"description": "Set the follow me function.",
"fields": {
"fields": {
"enabled": {
"name": "Enabled",
"description": "Whether follow me should be enabled."
}
}
}
}
}
}

0 comments on commit 363d1fd

Please sign in to comment.