adaptive-lighting/webapp
2026-09-06 08:29:53 +02:00
..
__init__.py Include core 2024.9.3 until 2024.12.0 in the tests (#1130) 2024-12-07 11:29:05 -08:00
app.py fix: replace deprecated get_astral_location with get_astral_observer (#1482) 2026-07-01 23:00:35 -07:00
color_and_brightness.py fix: replace deprecated get_astral_location with get_astral_observer (#1482) 2026-07-01 23:00:35 -07:00
homeassistant_util_color.py [pre-commit.ci] pre-commit autoupdate (#882) 2024-02-05 14:13:13 -08:00
README.md Properly fix the webapp 2025-07-21 15:49:55 -07:00
requirements-dev.txt Properly fix the webapp 2025-07-21 15:49:55 -07:00
requirements.txt ⬆️ Update pytz to v2026 (#1436) 2026-09-06 08:29:53 +02:00
requirements.txt.in Properly fix the webapp 2025-07-21 15:49:55 -07:00

To run this app locally, install the requirements and run shiny run.

$ cd webapp
$ pip install -r requirements-dev.txt
$ shiny run

After the server starts, which should take only a moment, you can open http://127.0.0.1:8000 to see the interface.