mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-17 09:14:04 +02:00
Create comprehensive documentation site for adaptive-lighting.nijho.lt: - Add zensical.toml configuration with Material theme (amber/orange) - Create docs_gen.py module for extracting README sections via markers - Add section markers to README.md for content reuse - Create documentation pages: - index.md: Home with features overview - getting-started.md: Installation and quick setup - configuration.md: Auto-generated config options table - services.md: Auto-generated service documentation - automation-examples.md: Real-world automation recipes - troubleshooting.md: Common issues and solutions - see-also.md: External resources and links - advanced/brightness-modes.md: Brightness mode deep dive - advanced/manual-control.md: Manual control system docs - advanced/sleep-mode.md: Sleep mode configuration - Add GitHub Actions workflow for building and deploying to Pages - Add custom CSS with sun-themed styling - Add CNAME for custom domain Uses markdown-code-runner to auto-generate content from code schemas and extract README sections for single-source documentation.
74 lines
2.8 KiB
Markdown
74 lines
2.8 KiB
Markdown
---
|
|
icon: lucide/external-link
|
|
---
|
|
|
|
# See Also
|
|
|
|
Resources, tutorials, and related projects for Adaptive Lighting.
|
|
|
|
## Tutorials & Articles
|
|
|
|
<!-- CODE:START -->
|
|
<!-- import sys; sys.path.insert(0, 'custom_components/adaptive_lighting') -->
|
|
<!-- from docs_gen import get_see_also -->
|
|
<!-- print(get_see_also()) -->
|
|
<!-- CODE:END -->
|
|
<!-- OUTPUT:START -->
|
|
<!-- ⚠️ This content is auto-generated by `markdown-code-runner`. -->
|
|
- [*Sleep better with Adaptive Lighting in Home Assistant*](https://wartner.io/sleep-better-with-adaptive-lightning-in-home-assistant/) by Florian Wartner on 2023-02-23 (blog post 📜)
|
|
- [*Automatic smart light brightness and color based on the sun*](https://www.youtube.com/watch?v=Rg3zI1Oyk3c) by Home Automation Guy on 2022-08-31 (YouTube video 📺)
|
|
- [*Adaptive Lighting Blew My Mind in Home Assistant - How to set it up*](https://www.youtube.com/watch?v=c1cnccmgl3k) by Smart Home Junkie on 2022-06-26 (YouTube video 📺)
|
|
|
|
<!-- OUTPUT:END -->
|
|
|
|
## Interactive Tools
|
|
|
|
### Adaptive Lighting Simulator
|
|
|
|
Visualize how different settings affect your lighting throughout the day:
|
|
|
|
<div style="text-align: center; margin: 2rem 0;">
|
|
<a href="https://basnijholt.github.io/adaptive-lighting" class="simulator-link">
|
|
🌞 Open the Simulator 🌛
|
|
</a>
|
|
</div>
|
|
|
|
The simulator lets you:
|
|
|
|
- Adjust all configuration parameters in real-time
|
|
- See how brightness and color temperature change throughout the day
|
|
- Visualize the effects of different `brightness_mode` settings
|
|
- Test sleep mode transitions
|
|
|
|
## Related Projects
|
|
|
|
### Circadian Lighting
|
|
|
|
Adaptive Lighting was initially inspired by [hass-circadian_lighting](https://github.com/claytonjn/hass-circadian_lighting) by @claytonjn, but has since been entirely rewritten and expanded with many new features.
|
|
|
|
## Official Documentation
|
|
|
|
- [Home Assistant Documentation (PR Preview)](https://deploy-preview-14877--home-assistant-docs.netlify.app/integrations/adaptive_lighting/)
|
|
- [Home Assistant Community Store (HACS)](https://hacs.xyz/)
|
|
|
|
## Community
|
|
|
|
- [Home Assistant Community Forums](https://community.home-assistant.io/)
|
|
- [Home Assistant Discord](https://discord.gg/home-assistant)
|
|
- [Reddit r/homeassistant](https://www.reddit.com/r/homeassistant/)
|
|
|
|
## Contributing
|
|
|
|
Interested in contributing to Adaptive Lighting?
|
|
|
|
- [GitHub Repository](https://github.com/basnijholt/adaptive-lighting)
|
|
- [Issue Tracker](https://github.com/basnijholt/adaptive-lighting/issues)
|
|
- [Translation via Weblate](https://hosted.weblate.org/engage/adaptive-lighting/)
|
|
|
|
### Translation
|
|
|
|
Help translate Adaptive Lighting into your language on [Hosted Weblate](https://hosted.weblate.org/engage/adaptive-lighting/). No programming knowledge required!
|
|
|
|
<a href="https://hosted.weblate.org/engage/adaptive-lighting/">
|
|
<img src="https://hosted.weblate.org/widget/adaptive-lighting/multi-auto.svg" alt="Translation status" />
|
|
</a>
|