From c7339678a678ac8f794ddb328cca82ecfe9a64f6 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Sun, 6 Sep 2026 10:32:01 +0200 Subject: [PATCH 1/7] ci: check out the workflow commit during test setup (#1522) --- .github/workflows/install_dependencies/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/install_dependencies/action.yml b/.github/workflows/install_dependencies/action.yml index 9b8dbb08..76959703 100644 --- a/.github/workflows/install_dependencies/action.yml +++ b/.github/workflows/install_dependencies/action.yml @@ -17,7 +17,7 @@ runs: uses: actions/checkout@v7 with: repository: ${{ github.repository }} - ref: ${{ github.ref }} + ref: ${{ github.sha }} persist-credentials: false fetch-depth: 0 - name: Check out code from GitHub From c03a19c5a3606aa4bb4297beac6c28b9683b52b4 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 10:34:44 +0200 Subject: [PATCH 2/7] docs: add marijneken as a contributor for doc (#1526) * docs: update README.md * docs: update .all-contributorsrc --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> --- .all-contributorsrc | 9 +++++++++ README.md | 5 ++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 7649cd78..b6c91cdc 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1278,6 +1278,15 @@ "contributions": [ "code" ] + }, + { + "login": "marijneken", + "name": "Marijn Eken", + "avatar_url": "https://avatars.githubusercontent.com/u/928998?v=4", + "profile": "https://github.com/marijneken", + "contributions": [ + "doc" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index af0c9611..63d36af0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge)](https://github.com/hacs/integration) ![Version](https://img.shields.io/github/v/release/basnijholt/adaptive-lighting?style=for-the-badge) -[![All Contributors](https://img.shields.io/badge/all_contributors-140-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-141-orange.svg?style=flat-square)](#contributors-) # 🌞 Adaptive Lighting: Enhance Your Home's Atmosphere with Smart, Sun-Synchronized Lighting 🌙 @@ -689,6 +689,9 @@ Notice the values of `brightness_mode_time_light` and `brightness_mode_time_dark Jared Jensen
Jared Jensen

💻 mueslo
mueslo

💻 + + Marijn Eken
Marijn Eken

📖 + From 17d9b3970078e5cf31a38711d998c29e72fb3fe6 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Sun, 6 Sep 2026 10:35:30 +0200 Subject: [PATCH 3/7] fix: restore Czech options placeholders (#1523) --- custom_components/adaptive_lighting/translations/cs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/adaptive_lighting/translations/cs.json b/custom_components/adaptive_lighting/translations/cs.json index 74291134..58e171ef 100644 --- a/custom_components/adaptive_lighting/translations/cs.json +++ b/custom_components/adaptive_lighting/translations/cs.json @@ -18,7 +18,7 @@ "step": { "init": { "title": "Nastavení Adaptivního osvětlení", - "description": "Všechna nastavení komponenty Adaptivního osvětlení. Názvy možností odpovídají nastavení YAML. Pokud máte v konfiguraci YAML definovánu položku 'adaptive_lighting', nezobrazí se žádné možnosti.", + "description": "Nakonfigurujte komponentu Adaptive Lighting. Názvy voleb odpovídají nastavení YAML. Pokud je tato položka definována v YAML, žádné volby se zde nezobrazí. Interaktivní grafy znázorňující vliv parametrů najdete v [této webové aplikaci]({webapp_url}). Další podrobnosti najdete v [oficiální dokumentaci]({docs_url}).", "data": { "lights": "lights: Seznam světel (entity_id), které mají být ovládané (může být prázdný). 🌟", "initial_transition": "initial_transition: Prodlení pro změnu z 'vypnuto' do 'zapnuto' (sekundy)", From efa64d01be8f156b5e7c30877659f57317078f33 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Sun, 6 Sep 2026 10:35:35 +0200 Subject: [PATCH 4/7] fix: allow negative service offsets (#1524) --- custom_components/adaptive_lighting/services.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/adaptive_lighting/services.yaml b/custom_components/adaptive_lighting/services.yaml index 09979bac..77ba0b7a 100644 --- a/custom_components/adaptive_lighting/services.yaml +++ b/custom_components/adaptive_lighting/services.yaml @@ -185,7 +185,7 @@ change_switch_settings: example: 0 selector: number: - min: 0 + min: -86400 max: 86300 sunrise_time: description: Set a fixed time (HH:MM:SS) for sunrise. 🌅 @@ -199,7 +199,7 @@ change_switch_settings: example: '' selector: number: - min: 0 + min: -86400 max: 86300 sunset_time: description: Set a fixed time (HH:MM:SS) for sunset. 🌇 From 66e6d5ff5f4e03e491eeaa7ebd513837e48e19cb Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 10:36:25 +0200 Subject: [PATCH 5/7] docs: add kasiom as a contributor for translation (#1527) * docs: update README.md * docs: update .all-contributorsrc --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Co-authored-by: Bas Nijholt --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index b6c91cdc..7267d02e 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1287,6 +1287,15 @@ "contributions": [ "doc" ] + }, + { + "login": "kasiom", + "name": "Milan K.", + "avatar_url": "https://avatars.githubusercontent.com/u/2422245?v=4", + "profile": "https://github.com/kasiom", + "contributions": [ + "translation" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 63d36af0..93dff7f6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge)](https://github.com/hacs/integration) ![Version](https://img.shields.io/github/v/release/basnijholt/adaptive-lighting?style=for-the-badge) -[![All Contributors](https://img.shields.io/badge/all_contributors-141-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-142-orange.svg?style=flat-square)](#contributors-) # 🌞 Adaptive Lighting: Enhance Your Home's Atmosphere with Smart, Sun-Synchronized Lighting 🌙 @@ -691,6 +691,7 @@ Notice the values of `brightness_mode_time_light` and `brightness_mode_time_dark Marijn Eken
Marijn Eken

📖 + Milan K.
Milan K.

🌍 From ee12752927457f1f75b573de7fc71f5b83572d38 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 10:37:50 +0200 Subject: [PATCH 6/7] docs: add callistoprime as a contributor for bug (#1528) * docs: update README.md * docs: update .all-contributorsrc --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Co-authored-by: Bas Nijholt --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 7267d02e..ade8e7f1 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1296,6 +1296,15 @@ "contributions": [ "translation" ] + }, + { + "login": "callistoprime", + "name": "Callisto", + "avatar_url": "https://avatars.githubusercontent.com/u/178052328?v=4", + "profile": "https://github.com/callistoprime", + "contributions": [ + "bug" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 93dff7f6..e80489a2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge)](https://github.com/hacs/integration) ![Version](https://img.shields.io/github/v/release/basnijholt/adaptive-lighting?style=for-the-badge) -[![All Contributors](https://img.shields.io/badge/all_contributors-142-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-143-orange.svg?style=flat-square)](#contributors-) # 🌞 Adaptive Lighting: Enhance Your Home's Atmosphere with Smart, Sun-Synchronized Lighting 🌙 @@ -692,6 +692,7 @@ Notice the values of `brightness_mode_time_light` and `brightness_mode_time_dark Marijn Eken
Marijn Eken

📖 Milan K.
Milan K.

🌍 + Callisto
Callisto

🐛 From edc8f70996d7c6429a40f3e7b29ab14e5cffa274 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 10:38:49 +0200 Subject: [PATCH 7/7] docs: add davidgeiger as a contributor for bug (#1529) * docs: update README.md * docs: update .all-contributorsrc --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Co-authored-by: Bas Nijholt --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index ade8e7f1..1ebedf37 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1305,6 +1305,15 @@ "contributions": [ "bug" ] + }, + { + "login": "davidgeiger", + "name": "David Geiger", + "avatar_url": "https://avatars.githubusercontent.com/u/5699049?v=4", + "profile": "https://github.com/davidgeiger", + "contributions": [ + "bug" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index e80489a2..d3e3ed2c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge)](https://github.com/hacs/integration) ![Version](https://img.shields.io/github/v/release/basnijholt/adaptive-lighting?style=for-the-badge) -[![All Contributors](https://img.shields.io/badge/all_contributors-143-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-144-orange.svg?style=flat-square)](#contributors-) # 🌞 Adaptive Lighting: Enhance Your Home's Atmosphere with Smart, Sun-Synchronized Lighting 🌙 @@ -693,6 +693,7 @@ Notice the values of `brightness_mode_time_light` and `brightness_mode_time_dark Marijn Eken
Marijn Eken

📖 Milan K.
Milan K.

🌍 Callisto
Callisto

🐛 + David Geiger
David Geiger

🐛