Compare commits

...

12 commits

Author SHA1 Message Date
Bas Nijholt
ae05ab8e50 Merge completed fixes into prerelease preparation 2026-09-06 01:45:30 -07:00
Bas Nijholt
4054757a1b Include reviewed autoreset fix in prerelease preview 2026-09-06 01:39:25 -07:00
Bas Nijholt
fe43c1de20 Test manual timeout renewal for mixed light requests 2026-09-06 01:39:03 -07:00
Bas Nijholt
18da4e92dd Include reviewed setup documentation in prerelease preview 2026-09-06 01:38:54 -07:00
Bas Nijholt
6eacf31512 Merge verified fixes into prerelease preparation 2026-09-06 01:38:54 -07:00
Bas Nijholt
e6d45ab241 chore: align locked project version with prerelease 2026-09-06 01:35:13 -07:00
Bas Nijholt
c05587a092 Fix autoreset timeout during partial adaptation 2026-09-06 01:31:45 -07:00
Bas Nijholt
14abe53bea docs: clarify YAML is optional for UI setup 2026-09-06 01:31:32 -07:00
Bas Nijholt
0f606fb935 chore: prepare version 1.32.0b1 2026-09-06 01:30:32 -07:00
Bas Nijholt
8b35866bf6 Merge remote-tracking branch 'origin/main' into fix/readme-setup-1031 2026-09-06 01:29:11 -07:00
Bas Nijholt
98acd36a71
Merge remote-tracking branch 'origin/main' into pr-sync-1031 2026-04-24 11:39:55 -07:00
Marijn Eken
db254d06c9
Fixed outdated info in README.md
The README says to always add an adaptive_lighting: entry in the YAML, where this seems to be no longer needed (or even preferred).
2024-08-06 14:46:55 +02:00
3 changed files with 3 additions and 3 deletions

View file

@ -8,5 +8,5 @@
"iot_class": "calculated",
"issue_tracker": "https://github.com/basnijholt/adaptive-lighting/issues",
"requirements": ["ulid-transform"],
"version": "1.31.0"
"version": "1.32.0b1"
}

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "adaptive-lighting"
version = "1.30.1"
version = "1.32.0b1"
description = "Automatically adjust brightness and color of lights based on the sun position"
readme = "README.md"
license = "Apache-2.0"

2
uv.lock generated
View file

@ -71,7 +71,7 @@ wheels = [
[[package]]
name = "adaptive-lighting"
version = "1.30.1"
version = "1.32.0b1"
source = { editable = "." }
[package.dev-dependencies]