home-assistant-custom-components.adaptive_lighting: 1.26.0 -> 1.28.0

https://github.com/basnijholt/adaptive-lighting/releases/tag/v1.27.0
https://github.com/basnijholt/adaptive-lighting/releases/tag/v1.28.0
This commit is contained in:
R. Ryantm
2025-11-29 02:55:38 +01:00
committed by Martin Weinelt
parent b8ee623e26
commit e522acb582
@@ -8,13 +8,13 @@
buildHomeAssistantComponent rec {
owner = "basnijholt";
domain = "adaptive_lighting";
version = "1.26.0";
version = "1.28.0";
src = fetchFromGitHub {
owner = "basnijholt";
repo = "adaptive-lighting";
tag = "v${version}";
hash = "sha256-I8pay2cWj604PQxOBLkaWjcj56dtbaAiBCv6LQQM6XI=";
hash = "sha256-FyDspw/Sk7h5Kh3lq17DmGbkJlVP0CLfAX0GL7DVF0k=";
};
dependencies = [
@@ -22,7 +22,7 @@ buildHomeAssistantComponent rec {
];
meta = with lib; {
changelog = "https://github.com/basnijholt/adaptive-lighting/releases/tag/${version}";
changelog = "https://github.com/basnijholt/adaptive-lighting/releases/tag/${src.tag}";
description = "Home Assistant Adaptive Lighting Plugin - Sun Synchronized Lighting";
homepage = "https://github.com/basnijholt/adaptive-lighting";
maintainers = with maintainers; [ mindstorms6 ];