Compare commits

..

2 Commits

@ -265,7 +265,7 @@ automation:
- service: script.send_to_logbook
data:
topic: "VACUUM"
message: "{{ room_name }} is clean. Remaining: {{ remaining_count }}."
message: "{{ room_name }} is clean. Phase: {{ phase }}. Remaining: {{ remaining_count }}."
- choose:
- conditions:
- condition: template
@ -335,7 +335,7 @@ automation:
- service: script.send_to_logbook
data:
topic: "VACUUM"
message: "{{ states('sensor.l10s_vacuum_error') }} - {{ states('sensor.l10s_vacuum_current_room') }}"
message: "{{ states('sensor.l10s_vacuum_error') }} - {{ states('sensor.l10s_vacuum_current_room') }} (phase: {{ states('input_select.l10s_vacuum_phase') }})"
- service: repairs.create
data:
@ -389,4 +389,19 @@ automation:
- service: script.send_to_logbook
data:
topic: "VACUUM"
message: "Vacuum error cleared."
message: "Vacuum error cleared (phase: {{ states('input_select.l10s_vacuum_phase') }})."
- alias: "Vacuum Phase Changed"
id: 3e99c6fb-7c4a-4a9f-8f2d-9f1b9a6b4baf
mode: single
trigger:
- platform: state
entity_id: input_select.l10s_vacuum_phase
condition:
- condition: template
value_template: "{{ trigger.from_state is not none and trigger.to_state is not none }}"
action:
- service: script.send_to_logbook
data:
topic: "VACUUM"
message: "Phase changed: {{ trigger.from_state.state }} -> {{ trigger.to_state.state }}."

@ -1,13 +1,13 @@
<svg width="68.5" height="20" viewBox="0 0 685 200" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="2025.12.2">
<title>2025.12.2</title>
<linearGradient id="wpDAa" x2="0" y2="100%">
<linearGradient id="cnbWS" x2="0" y2="100%">
<stop offset="0" stop-opacity=".1" stop-color="#EEE"/>
<stop offset="1" stop-opacity=".1"/>
</linearGradient>
<mask id="Qipao"><rect width="685" height="200" rx="30" fill="#FFF"/></mask>
<g mask="url(#Qipao)">
<mask id="Wfucn"><rect width="685" height="200" rx="30" fill="#FFF"/></mask>
<g mask="url(#Wfucn)">
<rect width="685" height="200" fill="#08C" x="0"/>
<rect width="685" height="200" fill="url(#wpDAa)"/>
<rect width="685" height="200" fill="url(#cnbWS)"/>
</g>
<g aria-hidden="true" fill="#fff" text-anchor="start" font-family="Verdana,DejaVu Sans,sans-serif" font-size="110">
<text x="65" y="148" textLength="570" fill="#000" opacity="0.25">2025.12.2</text>

Before

Width:  |  Height:  |  Size: 815 B

After

Width:  |  Height:  |  Size: 815 B

Loading…
Cancel
Save

Powered by TurnKey Linux.