Skip to content

Commit

Permalink
chore: release v3.13.1
Browse files Browse the repository at this point in the history
* (@foxriver76) correct min color temperature to 2000 (valid for color lights) instead of 2200
  • Loading branch information
foxriver76 committed Oct 16, 2024
1 parent 695a406 commit ad203bc
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ In den Adapter-Settings muss die IP der Hue Bridge sowie ein Username konfigurie
Placeholder for the next version (at the beginning of the line):
### __WORK IN PROGRESS__
-->
### __WORK IN PROGRESS__
### 3.13.1 (2024-10-16)
* (@foxriver76) correct min color temperature to 2000 (valid for color lights) instead of 2200

### 3.13.0 (2024-10-16)
Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
{
"common": {
"name": "hue",
"version": "3.13.0",
"version": "3.13.1",
"tier": 2,
"news": {
"3.13.1": {
"en": "correct min color temperature to 2000 (valid for color lights) instead of 2200",
"de": "korrekte farbtemperatur bis 2000 (gültig für farblichter) statt 2200",
"ru": "правильная температура цвета мин до 2000 (действитель для цветных огней) вместо 2200",
"pt": "temperatura de cor min correta para 2000 (válido para luzes de cor) em vez de 2200",
"nl": "juiste min kleurtemperatuur tot 2000 (geldig voor kleurverlichting) in plaats van 2200",
"fr": "corriger la température de couleur min à 2000 (valable pour les lumières de couleur) au lieu de 2200",
"it": "corretta temperatura di colore min a 2000 (valida per luci di colore) invece di 2200",
"es": "temperatura correcta de color min a 2000 (válido para luces de color) en lugar de 2200",
"pl": "poprawna temperatura koloru min do 2000 (ważna dla świateł) zamiast 2200",
"uk": "правильну м'язову температуру до 2000 (повністю для кольорових світильників) замість 2200",
"zh-cn": "正确的分色温度到2000( 彩色灯的正确性) 而不是 2200"
},
"3.13.0": {
"en": "optimized settings page for mobile devices (ported to json-config)",
"de": "optimierte einstellungsseite für mobile geräte (portiert auf json-config)",
Expand Down Expand Up @@ -81,19 +94,6 @@
"pl": "stały problem auto-delecji grup\nwdrożone Hue Tap Dial (zamknięta #368, zamyka #416)",
"uk": "виправлена проблема на автозняття груп\nреалізований Hue Tap Dial (закривається #368, закривається #416)",
"zh-cn": "b. 某些群体的尸体解剖的固定问题\n执行 He Tap Dial(第368号行动)"
},
"3.9.6": {
"en": "do not set invalid states on unknown group updates\nonly use push connection if ssl is configured",
"de": "nicht ungültige zustände auf unbekannte gruppenaktualisierungen einstellen\nnur druckverbindung verwenden, wenn ssl konfiguriert ist",
"ru": "не устанавливайте недействительные состояния на неизвестные обновления группы\nтолько использовать push соединение, если ssl настроен",
"pt": "não definir estados inválidos sobre atualizações de grupo desconhecido\nsomente use a conexão push se o ssl estiver configurado",
"nl": "zet geen invalide staten op onbekende groep updates\ngebruik alleen de verbinding als ssl in beslag genomen wordt",
"fr": "ne pas définir les états invalides sur les mises à jour de groupes inconnus\nutiliser uniquement la connexion push si ssl est configuré",
"it": "non impostare stati invalidi su aggiornamenti di gruppo sconosciuti\nutilizzare solo la connessione di spinta se ssl è configurato",
"es": "no establecer estados inválidos en actualizaciones de grupos desconocidas\nsolo use la conexión de empuje si ssl está configurado",
"pl": "nie ustalają stanów nieprawidłowych w nieznanych układach grupowych\nwykorzystuje się tylko połączenie pop, jeśli ssl jest konfigurowany",
"uk": "не встановлено недійсних держав на невідомих оновленнях групи\nтільки використовувати підключення штовхача, якщо sl налаштований",
"zh-cn": "未对未知群体更新的无效说明\n只有在配有配件时才使用推断连接。"
}
},
"titleLang": {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.hue",
"version": "3.13.0",
"version": "3.13.1",
"description": "Connects Philips Hue LED Bulbs, Friends of Hue LED Lamps and Stripes and other SmartLink capable Devices (LivingWhites, some LivingColors) via Philips Hue Bridges",
"author": "hobbyquaker <[email protected]>",
"contributors": [
Expand Down

0 comments on commit ad203bc

Please sign in to comment.