diff --git a/custom_components/button_plus/strings.json b/custom_components/button_plus/strings.json new file mode 100644 index 0000000..1f9a6e0 --- /dev/null +++ b/custom_components/button_plus/strings.json @@ -0,0 +1,14 @@ +{ + "config": { + "services": { + "long_press": { + "name": "Long press", + "description": "Long press on a button on button+" + }, + "release": { + "name": "Release", + "description": "Release of a button on button+" + } + } + } +} \ No newline at end of file diff --git a/custom_components/button_plus/translations/en.json b/custom_components/button_plus/translations/en.json index d65ebcb..dcd39af 100644 --- a/custom_components/button_plus/translations/en.json +++ b/custom_components/button_plus/translations/en.json @@ -45,16 +45,6 @@ }, "description": "To continue, pick the desired option to setup your Button+ devices." } - }, - "services": { - "long_press": { - "name": "Long press", - "description": "Long press on a button on button+" - }, - "release": { - "name": "Release", - "description": "Release of a button on button+" - } } } }