Skip to content

Commit

Permalink
Merge pull request #497 from Ernst79/fix-RSSI-level-in-config-flow
Browse files Browse the repository at this point in the history
Fix rssi level in config flow
  • Loading branch information
hakana authored Dec 23, 2020
2 parents cd6b4b5 + 88ca3ae commit 150ca34
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion custom_components/shelly/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
"sensors": {
"data": {
"rssi": "RSSI",
"rssi_level": "RSSI Level",
"uptime": "Uptime",
"current_consumption": "Current consumption",
"total_consumption": "Total consumption",
Expand Down Expand Up @@ -120,4 +121,4 @@
}
}
}
}
}
1 change: 1 addition & 0 deletions custom_components/shelly/translations/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"sensors": {
"data": {
"rssi": "RSSI",
"rssi_level": "RSSI Level",
"uptime": "Tiempo de actividad",
"current_consumption": "Consumo actual",
"total_consumption": "Consumo total",
Expand Down
1 change: 1 addition & 0 deletions custom_components/shelly/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"sensors": {
"data": {
"rssi": "RSSI",
"rssi_level": "RSSI Level",
"uptime": "Durée de fonctionnement",
"current_consumption": "Consommation actuelle",
"total_consumption": "Consommation totale",
Expand Down
3 changes: 2 additions & 1 deletion custom_components/shelly/translations/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"sensors": {
"data": {
"rssi": "RSSI",
"rssi_level": "RSSI Level",
"uptime": "Tempo di funzionamento",
"current_consumption": "Consumo corrente",
"total_consumption": "Consumo Totale",
Expand Down Expand Up @@ -100,4 +101,4 @@
}
}
}
}
}

0 comments on commit 150ca34

Please sign in to comment.