diff --git a/.all-contributorsrc b/.all-contributorsrc index 7649cd78..1ebedf37 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1278,6 +1278,42 @@ "contributions": [ "code" ] + }, + { + "login": "marijneken", + "name": "Marijn Eken", + "avatar_url": "https://avatars.githubusercontent.com/u/928998?v=4", + "profile": "https://github.com/marijneken", + "contributions": [ + "doc" + ] + }, + { + "login": "kasiom", + "name": "Milan K.", + "avatar_url": "https://avatars.githubusercontent.com/u/2422245?v=4", + "profile": "https://github.com/kasiom", + "contributions": [ + "translation" + ] + }, + { + "login": "callistoprime", + "name": "Callisto", + "avatar_url": "https://avatars.githubusercontent.com/u/178052328?v=4", + "profile": "https://github.com/callistoprime", + "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/.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 diff --git a/README.md b/README.md index af0c9611..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-140-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 🌙 @@ -689,6 +689,12 @@ Notice the values of `brightness_mode_time_light` and `brightness_mode_time_dark Jared Jensen
Jared Jensen

💻 mueslo
mueslo

💻 + + Marijn Eken
Marijn Eken

📖 + Milan K.
Milan K.

🌍 + Callisto
Callisto

🐛 + David Geiger
David Geiger

🐛 + 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. 🌇 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)",