diff --git a/.devcontainer/config/configuration.yaml b/.devcontainer/config/configuration.yaml index 6871803..1747024 100644 --- a/.devcontainer/config/configuration.yaml +++ b/.devcontainer/config/configuration.yaml @@ -25,7 +25,7 @@ home_connect_alt: client_secret: !secret home_connect_client_secret # cache: false # simulate: false - # language: de-DE + # language: es diff --git a/custom_components/home_connect_alt/manifest.json b/custom_components/home_connect_alt/manifest.json index 7b8d5f6..5d5b98e 100644 --- a/custom_components/home_connect_alt/manifest.json +++ b/custom_components/home_connect_alt/manifest.json @@ -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": {}, diff --git a/custom_components/home_connect_alt/translations/select.de.json b/custom_components/home_connect_alt/translations/select.de.json index 5dc4095..88e14c1 100644 --- a/custom_components/home_connect_alt/translations/select.de.json +++ b/custom_components/home_connect_alt/translations/select.de.json @@ -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", diff --git a/custom_components/home_connect_alt/translations/select.en.json b/custom_components/home_connect_alt/translations/select.en.json index 19e9037..5a14a57 100644 --- a/custom_components/home_connect_alt/translations/select.en.json +++ b/custom_components/home_connect_alt/translations/select.en.json @@ -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", diff --git a/custom_components/home_connect_alt/translations/sensor.de.json b/custom_components/home_connect_alt/translations/sensor.de.json index 1ae467b..df2958d 100644 --- a/custom_components/home_connect_alt/translations/sensor.de.json +++ b/custom_components/home_connect_alt/translations/sensor.de.json @@ -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", diff --git a/custom_components/home_connect_alt/translations/sensor.en.json b/custom_components/home_connect_alt/translations/sensor.en.json index 90eb355..c659f40 100644 --- a/custom_components/home_connect_alt/translations/sensor.en.json +++ b/custom_components/home_connect_alt/translations/sensor.en.json @@ -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", diff --git a/hacs.json b/hacs.json index f1d4922..683163d 100644 --- a/hacs.json +++ b/hacs.json @@ -1,8 +1,5 @@ { "name": "Home Connect Alt", - "domains": [ - "sensor", "binary_sensor", "switch", "button", "select", "number" - ], "hacs": "1.6.0", "homeassistant": "2021.12.0b0" } \ No newline at end of file