{{ brand_name | default: "lumen" }}
{{ dial_temp | default: "68°" }} {{ dial_mode | default: "HEATING" }}
{{ cover_label | default: "User Manual" }}

{{ product_line1 | default: "Lumen" }}
{{ product_line2 | default: "Mini" }}

{{ cover_promise | default: "Comfort, handled — quietly." }}

{{ meta1_label | default: "Model" }}{{ meta1_value | default: "LM-100" }}
{{ meta2_label | default: "Version" }}{{ meta2_value | default: "Firmware 2.4" }}
{{ meta3_label | default: "Updated" }}{{ meta3_value | default: "June 2026" }}
{{ overview_eyebrow | default: "Welcome" }}
{{ product_name | default: "Lumen Mini" }}

{{ overview_heading | default: "Start here" }}

{{ welcome_lead | default: "The Lumen Mini learns your week and keeps your home comfortable without you thinking about it. This guide takes you from the box to a working schedule in about fifteen calm minutes. You don't need any tools, and you can't break anything — every step is undoable." }}

{{ checklist_heading | default: "What you'll need" }}

{% for item in checklist %}
{{ item.text }}
{% endfor %}
{{ contents_label | default: "Contents" }}
{% for row in contents %}
{{ row.num }}{{ row.title }}{{ row.page }}
{% endfor %}
{{ footer_text | default: "Lumen · [email protected] · lumen.example" }}Page 2 of 6
{{ setup_eyebrow | default: "Getting started" }}
{{ product_name | default: "Lumen Mini" }}
01

{{ setup_title | default: "Set up & pair" }}

{{ setup_subtitle | default: "Fifteen minutes, no tools needed for most homes." }}
{% for step in setup_steps %}
{{ forloop.index }}
{{ step.heading }} {{ step.body }}{% if step.emphasis %}{{ step.emphasis }}{{ step.body_tail }}{% endif %}
{% endfor %}
{{ caution_label | default: "Caution" }}

{{ caution_body | default: "Always switch off power at the breaker before touching thermostat wiring. If you see thick high-voltage wires or a label over 30 volts, stop and call an electrician — the Mini is for low-voltage systems only." }}

{{ footer_text | default: "Lumen · [email protected] · lumen.example" }}Page 3 of 6
{{ everyday_eyebrow | default: "Everyday use" }}
{{ product_name | default: "Lumen Mini" }}
02

{{ everyday_title | default: "Everyday use & scheduling" }}

{{ everyday_subtitle | default: "Set it once; the Mini takes it from there." }}
{% for step in everyday_steps %}
{{ forloop.index }}
{{ step.heading }} {{ step.body }}{% if step.emphasis %}{{ step.emphasis }}{{ step.body_tail }}{% endif %}
{% endfor %}
{{ schedule_label | default: "A typical weekday" }}
{% for moment in schedule_moments %}
{{ moment.temp }}
{{ moment.label }}
{% endfor %}
{{ tip_label | default: "Tip" }}

{{ tip_body | default: "Add a " }}{% if tip_emphasis %}{{ tip_emphasis }}{% endif %}{{ tip_body_tail | default: "“Leaving” moment set a few degrees cooler. Most people never feel it, and it's where the Mini quietly saves the most." }}

{{ footer_text | default: "Lumen · [email protected] · lumen.example" }}Page 4 of 6
{{ energy_eyebrow | default: "Getting more from it" }}
{{ product_name | default: "Lumen Mini" }}
03

{{ energy_title | default: "Save energy without noticing" }}

{{ energy_subtitle | default: "Small, comfortable habits the Mini makes automatic." }}

{{ energy_card1_title | default: "Eco mode" }}

{{ energy_card1_body | default: "Turn on Eco and the Mini widens its comfort range by a degree or two when you're away — invisible day to day, noticeable on the bill." }}

{{ energy_card2_title | default: "Let it pre-heat" }}

{{ energy_card2_body | default: "The Mini starts a little early so your home reaches the right temperature exactly when your schedule says — not a wasteful blast right before." }}

{{ energy_card3_title | default: "Read the monthly recap" }}

{{ energy_card3_body | default: "Each month the app shows where your energy went and one gentle suggestion. Follow it or don't — the Mini never nags." }}

{{ note_label | default: "Note" }}

{{ note_body | default: "Savings depend on your home and habits, so give the Mini a few weeks. Auto-Learn keeps improving its estimates the longer it runs." }}

{{ footer_text | default: "Lumen · [email protected] · lumen.example" }}Page 5 of 6
{{ troubleshoot_eyebrow | default: "Quick reference" }}
{{ product_name | default: "Lumen Mini" }}

{{ troubleshoot_title | default: "If something seems off" }}

{{ troubleshoot_intro | default: "Most issues clear on their own within a minute. If one of these sounds familiar, try the fix first — you almost never need to call." }}

{% for row in troubleshooting %} {% endfor %}
{{ troubleshoot_col1 | default: "What you're seeing" }}{{ troubleshoot_col2 | default: "Try this" }}
{{ row.symptom }}{{ row.fix }}{% if row.emphasis %}{{ row.emphasis }}{{ row.fix_tail }}{% endif %}

{{ support_heading | default: "We're here if you're stuck" }}

{{ support_blurb | default: "Real people, not a phone tree. Reach out any day and we'll walk you through it." }}

{% for contact in support_contacts %}
{{ contact.label }}{{ contact.value }}
{% endfor %}
{{ footer_text | default: "Lumen · [email protected] · lumen.example" }}Page 6 of 6