Skip to content

Commit

Permalink
Merge pull request #84 from MartijnCharged/strategy/sessy_connect
Browse files Browse the repository at this point in the history
Added support for strategy SessyConnect
  • Loading branch information
PimDoos authored Mar 29, 2024
2 parents 4163bbc + c861767 commit f0211c9
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",
"sessy_connect": "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",
"sessy_connect": "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",
"sessy_connect": "SessyConnect"
}
}
}
Expand Down

0 comments on commit f0211c9

Please sign in to comment.