Skip to content

Commit

Permalink
Update lib to force UTF-8 decoding
Browse files Browse the repository at this point in the history
Remove depracated HACS keyword
Add some translations
  • Loading branch information
ekutner committed May 29, 2022
1 parent a9b9d6a commit 441b205
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/config/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ home_connect_alt:
client_secret: !secret home_connect_client_secret
# cache: false
# simulate: false
# language: de-DE
# language: es



4 changes: 2 additions & 2 deletions custom_components/home_connect_alt/manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"domain": "home_connect_alt",
"name": "Home Connect Alt",
"version": "0.4.5",
"version": "0.4.6",
"config_flow": true,
"documentation": "https://github.com/ekutner/home-connect-hass",
"issue_tracker": "https://github.com/ekutner/home-connect-hass/issues",
"requirements": ["home-connect-async==0.6.4"],
"requirements": ["home-connect-async==0.6.5"],
"ssdp": [],
"zeroconf": [],
"homekit": {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,13 @@
"BSH.Common.Setting.AmbientLightBrightness": "Ambientebeleuchtung Helligkeit",
"BSH.Common.Setting.AmbientLightColor": "Ambientebeleuchtung Farbe",
"BSH.Common.Setting.AmbientLightCustomColor": "Ambientebeleuchtung benutzerdefinierte Farbe",
"BSH.Common.EnumType.AmbientLightColor.CustomColor": "Eigene Farbe",
"BSH.Common.EnumType.AmbientLightColor.Color30": "Mittelblau",
"BSH.Common.EnumType.AmbientLightColor.Color31": "Hellblau",
"BSH.Common.EnumType.AmbientLightColor.Color32": "Dunkelblau",
"BSH.Common.EnumType.AmbientLightColor.Color40": "Kaltweiß",
"BSH.Common.EnumType.AmbientLightColor.Color41": "Weiß",
"BSH.Common.EnumType.AmbientLightColor.Color42": "Warmweiß",
"ConsumerProducts.CoffeeMaker.Setting.CupWarmer": "Tassenwärmer",
"Refrigeration.FridgeFreezer.Setting.SetpointTemperatureFreezer": "Solltemperatur Gefrierschrank",
"Refrigeration.FridgeFreezer.Setting.SetpointTemperatureRefrigerator": "Solltemperatur Kühlschrank",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,13 @@
"BSH.Common.Setting.AmbientLightBrightness": "Ambient Light Brightness",
"BSH.Common.Setting.AmbientLightColor": "Ambient Light Color",
"BSH.Common.Setting.AmbientLightCustomColor": "Ambient Light Custom Color",
"BSH.Common.EnumType.AmbientLightColor.CustomColor": "Custom Color",
"BSH.Common.EnumType.AmbientLightColor.Color30": "Blue",
"BSH.Common.EnumType.AmbientLightColor.Color31": "Light Blue",
"BSH.Common.EnumType.AmbientLightColor.Color32": "Dark Blue",
"BSH.Common.EnumType.AmbientLightColor.Color40": "Cold White",
"BSH.Common.EnumType.AmbientLightColor.Color41": "White",
"BSH.Common.EnumType.AmbientLightColor.Color42": "Warm White",
"ConsumerProducts.CoffeeMaker.Setting.CupWarmer": "Cup Warmer",
"Refrigeration.FridgeFreezer.Setting.SetpointTemperatureFreezer": "Setpoint Temperature Freezer",
"Refrigeration.FridgeFreezer.Setting.SetpointTemperatureRefrigerator": "Setpoint Temperature Refrigerator",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,13 @@
"BSH.Common.Setting.AmbientLightBrightness": "Ambientebeleuchtung Helligkeit",
"BSH.Common.Setting.AmbientLightColor": "Ambientebeleuchtung Farbe",
"BSH.Common.Setting.AmbientLightCustomColor": "Ambientebeleuchtung benutzerdefinierte Farbe",
"BSH.Common.EnumType.AmbientLightColor.CustomColor": "Eigene Farbe",
"BSH.Common.EnumType.AmbientLightColor.Color30": "Mittelblau",
"BSH.Common.EnumType.AmbientLightColor.Color31": "Hellblau",
"BSH.Common.EnumType.AmbientLightColor.Color32": "Dunkelblau",
"BSH.Common.EnumType.AmbientLightColor.Color40": "Kaltweiß",
"BSH.Common.EnumType.AmbientLightColor.Color41": "Weiß",
"BSH.Common.EnumType.AmbientLightColor.Color42": "Warmweiß",
"ConsumerProducts.CoffeeMaker.Setting.CupWarmer": "Tassenwärmer",
"Refrigeration.FridgeFreezer.Setting.SetpointTemperatureFreezer": "Solltemperatur Gefrierschrank",
"Refrigeration.FridgeFreezer.Setting.SetpointTemperatureRefrigerator": "Solltemperatur Kühlschrank",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,13 @@
"BSH.Common.Setting.AmbientLightBrightness": "Ambient Light Brightness",
"BSH.Common.Setting.AmbientLightColor": "Ambient Light Color",
"BSH.Common.Setting.AmbientLightCustomColor": "Ambient Light Custom Color",
"BSH.Common.EnumType.AmbientLightColor.CustomColor": "Custom Color",
"BSH.Common.EnumType.AmbientLightColor.Color30": "Blue",
"BSH.Common.EnumType.AmbientLightColor.Color31": "Light Blue",
"BSH.Common.EnumType.AmbientLightColor.Color32": "Dark Blue",
"BSH.Common.EnumType.AmbientLightColor.Color40": "Cold White",
"BSH.Common.EnumType.AmbientLightColor.Color41": "White",
"BSH.Common.EnumType.AmbientLightColor.Color42": "Warm White",
"ConsumerProducts.CoffeeMaker.Setting.CupWarmer": "Cup Warmer",
"Refrigeration.FridgeFreezer.Setting.SetpointTemperatureFreezer": "Setpoint Temperature Freezer",
"Refrigeration.FridgeFreezer.Setting.SetpointTemperatureRefrigerator": "Setpoint Temperature Refrigerator",
Expand Down
3 changes: 0 additions & 3 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"name": "Home Connect Alt",
"domains": [
"sensor", "binary_sensor", "switch", "button", "select", "number"
],
"hacs": "1.6.0",
"homeassistant": "2021.12.0b0"
}

0 comments on commit 441b205

Please sign in to comment.