diff --git a/custom_components/midea_ac/strings.json b/custom_components/midea_ac/strings.json index f66b123..f3b442d 100644 --- a/custom_components/midea_ac/strings.json +++ b/custom_components/midea_ac/strings.json @@ -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." + } + } + } + } } } \ No newline at end of file diff --git a/custom_components/midea_ac/translations/en.json b/custom_components/midea_ac/translations/en.json index f66b123..f3b442d 100644 --- a/custom_components/midea_ac/translations/en.json +++ b/custom_components/midea_ac/translations/en.json @@ -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." + } + } + } + } } } \ No newline at end of file