Skip to content

Commit

Permalink
Explicitly state update_interval for energy sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
kr0ner committed Nov 18, 2024
1 parent 310e265 commit 8080156
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions yaml/wp_daily_energy_combined.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ sensor:
state_class: "measurement"
accuracy_decimals: 3
internal: true
update_interval: never
filters:
- multiply: 0.001
- lambda: return x - id(gOFFSET_${property_wh});
Expand All @@ -28,6 +29,7 @@ sensor:
accuracy_decimals: ${accuracy_decimals}
device_class: energy
state_class: total_increasing
update_interval: never

esphome:
on_boot:
Expand Down

0 comments on commit 8080156

Please sign in to comment.