Skip to content

Commit 8e523ca

Browse files
frenckCopilot
andauthored
Update source/_integrations/fumis.markdown
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9a721f9 commit 8e523ca

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

source/_integrations/fumis.markdown

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,12 @@ Never run out of pellets unexpectedly. This automation sends you a notification
174174
title: "Pellet stove"
175175
message: >
176176
Fuel level is low
177-
({{ states('sensor.pellet_stove_fuel_level', with_unit=true) }}).
178-
Time to refill the hopper.
177+
({{
178+
states(
179+
'sensor.pellet_stove_fuel_level',
180+
with_unit=true
181+
)
182+
}}). Time to refill the hopper.
179183
```
180184
181185
## Data updates

0 commit comments

Comments
 (0)