{% load staticfiles %}
Home Status Summary

House Environment

{% for t in temperature_status %} {% endfor %}
Location Current Temperature (deg. F)
{{ t.location }} {{ t.temperature }}
{% for t in humidity_status %} {% endfor %}
Location Current Humidity
{{ t.location }} {{ t.humidity }}%
Temperature Details Humidity Details

Lights

{% for l in light_status_list %} {% endfor %}
Light Current Brightness (last updated) Control
{{ l.light_id }} {{ l.brightness }} ( {{ l.last_updated }})