Skip to content

Commit

Permalink
Added support for strategy SessyConnect
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnCharged committed Mar 4, 2024
1 parent 7d60234 commit 413fd97
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
9 changes: 5 additions & 4 deletions custom_components/sessy/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,11 @@
"select":{
"battery_strategy":{
"state":{
"api":"API",
"nom":"Null on the meter",
"roi":"Dynamic",
"idle":"Idle"
"api": "API",
"nom": "Null on the meter",
"roi": "Dynamic",
"idle": "Idle",
"sessyConnect": "SessyConnect"
}
}
}
Expand Down
9 changes: 5 additions & 4 deletions custom_components/sessy/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,11 @@
"select":{
"battery_strategy":{
"state":{
"api":"API",
"nom":"Null on the meter",
"roi":"Dynamic",
"idle":"Idle"
"api": "API",
"nom": "Null on the meter",
"roi": "Dynamic",
"idle": "Idle",
"sessyConnect": "SessyConnect"
}
}
}
Expand Down
9 changes: 5 additions & 4 deletions custom_components/sessy/translations/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,11 @@
"select":{
"battery_strategy":{
"state":{
"api":"API",
"nom":"Nul op de meter",
"roi":"Dynamisch",
"idle":"Inactief"
"api": "API",
"nom": "Nul op de meter",
"roi": "Dynamisch",
"idle": "Inactief",
"sessyConnect": "SessyConnect"
}
}
}
Expand Down

0 comments on commit 413fd97

Please sign in to comment.