Skip to content

Commit

Permalink
chore: release v3.14.0
Browse files Browse the repository at this point in the history
* (@foxriver76) added dynamic scenes (Note: new states are added by UUID)
  • Loading branch information
foxriver76 committed Jan 8, 2025
1 parent 4c3b9d8 commit 6d4eef4
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions 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.14.0 (2025-01-08)
* (@foxriver76) added dynamic scenes (Note: new states are added by UUID)

### 3.13.1 (2024-10-16)
Expand Down Expand Up @@ -518,5 +518,5 @@ __ATTENTION: Remove all objects once, ids have changed__

Apache 2.0

Copyright (c) 2017-2024 Bluefox <dogafox@gmail.com>
Copyright (c) 2017-2025 Bluefox <dogafox@gmail.com>
Copyright (c) 2014-2016 hobbyquaker
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.1",
"version": "3.14.0",
"tier": 2,
"news": {
"3.14.0": {
"en": "added dynamic scenes (Note: new states are added by UUID)",
"de": "hinzugefügt dynamische Szenen (Anmerkung: neue Zustände werden von UUID hinzugefügt)",
"ru": "добавленные динамические сцены (Примечание: новые состояния добавлены UUID)",
"pt": "cenas dinâmicas adicionadas (Nota: novos estados são adicionados por UUID)",
"nl": "toegevoegde dynamische scènes (Noot: nieuwe toestanden worden toegevoegd door UUID)",
"fr": "scènes dynamiques ajoutées (Note : de nouveaux états sont ajoutés par UUID)",
"it": "aggiunto scene dinamiche (Nota: nuovi stati sono aggiunti da UUID)",
"es": "escenas dinámicas agregadas (Nota: nuevos estados son añadidos por UUID)",
"pl": "dodane sceny dynamiczne (Uwaga: nowe stany są dodane przez UUID)",
"uk": "додано динамічні сцени (Note: нові стани додаються UUID)",
"zh-cn": "新增动态场景( 注: UUID 新增状态)"
},
"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",
Expand Down Expand Up @@ -81,19 +94,6 @@
"pl": "komunikat ustalony (odcinek #481)",
"uk": "фіксований передній / зворотній зв'язок (закривається #481)",
"zh-cn": "固定前线/后端通信(第481号)"
},
"3.10.0": {
"en": "fixed problem on auto-deletion of groups\nimplemented Hue Tap Dial (closes #368, closes #416)",
"de": "problem bei der auto-deleetion von gruppen behoben\ndurchgeführt Hue Tap Dial (schließt #368, schließt #416)",
"ru": "фиксированная проблема на автовыборе групп\nреализовано Hue Tap Dial (замки #368, замки #416)",
"pt": "problema fixo na auto-eliminação de grupos\nimplementação Hue Tap Dial (fecha #368, fecha #416)",
"nl": "een probleem op auto-deletie van groepen\n_ Hue Tap Dial (closes #368, sluit #416)",
"fr": "problème fixe sur la suppression automatique des groupes\nmise en œuvre Hue Tap Dial (ferme #368, ferme #416)",
"it": "problema fisso sull'eliminazione automatica dei gruppi\nimplementato Hue Tap Dial (chiude #368, chiude #416)",
"es": "problema fijo en la eliminación automática de grupos\naplicadas Hue Tap Dial (cerca #368, cierra #416)",
"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号行动)"
}
},
"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.1",
"version": "3.14.0",
"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 <hq@ccu.io>",
"contributors": [
Expand Down

0 comments on commit 6d4eef4

Please sign in to comment.