Skip to content

Commit 1069d30

Browse files
committed
Small fixes
1 parent 0c6885e commit 1069d30

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

custom_components/plugwise-beta/manifest.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@
44
"documentation": "https://github.com/plugwise/plugwise-beta",
55
"requirements": ["Plugwise_Smile==1.2.0"],
66
"codeowners": ["@CoMPaTech","@bouwew"],
7-
"config_flow": true,
8-
"zeroconf": ["_plugwise._tcp.local."]
7+
"config_flow": true
98
}

custom_components/plugwise-beta/strings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"step": {
1414
"user": {
1515
"title": "Connect to the Plugwise Smile",
16-
"description": "Enter IP-address and ID",
16+
"description": "Enter Smile IP-address and Smile ID",
1717
"data": {
1818
"host": "IP-address(:port)",
1919
"password": "ID"

custom_components/plugwise-beta/translations/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"step": {
1414
"user": {
1515
"title": "Connect to the Plugwise Smile",
16-
"description": "Enter IP-address and ID",
16+
"description": "Enter Smile IP-address and Smile ID",
1717
"data": {
1818
"host": "IP-address(:port)",
1919
"password": "ID"

custom_components/plugwise-beta/translations/nl.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"step": {
1414
"user": {
1515
"title": "Verbinden met de Plugwise Smile",
16-
"description": "IP-adres en ID invoeren",
16+
"description": "Smile IP-adres en Smile ID invoeren",
1717
"data": {
1818
"host": "IP-adres(:poort)",
1919
"password": "ID"

0 commit comments

Comments
 (0)