database access for rooms and mqtt client + generator
This commit is contained in:
17
web/value_display.html.jinja
Normal file
17
web/value_display.html.jinja
Normal file
@@ -0,0 +1,17 @@
|
||||
<div style="border: 2px black solid; width: fit-content; text-align: center;">
|
||||
<div style="border-bottom: 2px gray solid; font-weight: bold;">
|
||||
Temperature
|
||||
</div>
|
||||
<div style="font-weight: bolder; font-size: xxx-large; border-bottom: 2px gray solid;">
|
||||
22 °C
|
||||
</div>
|
||||
<div style="padding: 1ex 2ex; background-color:
|
||||
|
||||
;">
|
||||
{% if sensor.delayed %}
|
||||
style
|
||||
{% else %}
|
||||
{% endif %}
|
||||
Last updated: 2024-06-01 12:00
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user