Skip to content

Commit

Permalink
Merge pull request #153 from AverageMarcus/missing_state
Browse files Browse the repository at this point in the history
Added missing state translation for tumbledryer_program_phase
  • Loading branch information
gvigroux authored Sep 30, 2024
2 parents fa106e4 + d007ea0 commit d9b53c2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions custom_components/hon/translations/bg.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"tumbledryer_program_phase" : {
"state": {
"0": "Изчаване",
"1": "Сушене",
"2": "Сушене",
"3": "Охлажане"
}
Expand Down
3 changes: 2 additions & 1 deletion custom_components/hon/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@
"tumbledryer_program_phase" : {
"state": {
"0": "Waiting",
"1": "Drying",
"2": "Drying",
"3": "Cooldown"
}
Expand Down Expand Up @@ -239,7 +240,7 @@
"24": "Hygiene+ 75ºC"
}
},

"programs_ac": {
"state": {
"iot_10_heating": "10°C Heating function",
Expand Down
3 changes: 2 additions & 1 deletion custom_components/hon/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"tumbledryer_program_phase" : {
"state": {
"0": "En attente",
"1": "Séchage",
"2": "Séchage",
"3": "Refroidisseent"
}
Expand Down Expand Up @@ -92,4 +93,4 @@
}
}
}
}
}
3 changes: 2 additions & 1 deletion custom_components/hon/translations/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
"tumbledryer_program_phase" : {
"state": {
"0": "Ожидающий",
"1": "Сушка",
"2": "Сушка",
"3": "Остывать"
}
Expand All @@ -122,4 +123,4 @@
}
}
}
}
}

0 comments on commit d9b53c2

Please sign in to comment.