{% extends "/base.html" %} {% block content %}
Settings
Max {{ max_bri }}
Min {{ min_bri }}
Brightness
Level
{{ update }}seconds
Update
Speed
Default
Color
{{ 'On' if party_mode else 'Off' }}
Party
Mode
Bulbs
{% for light in lights %}
{{ light[0]}} {{ light[2]}}
{% endfor %}
Turn Lights On
ScreenBloom
{{ 'Start' if not state else 'Running...' }}
Stop
{% endblock %}