quieting down the power meter, eventually going to clean up the database and testing new lighting automation for bedroom

This commit is contained in:
CeeWeasel
2026-03-11 20:13:01 -04:00
parent 105fb7cf86
commit a272421a33
10 changed files with 126 additions and 15 deletions
+9
View File
@@ -33,6 +33,10 @@ sensor:
unit_of_measurement: w
update_interval: 1s
state_class: measurement
filters:
- or:
- throttle: 60s
- delta: 1000
- platform: template
name: "Auto Tare"
@@ -41,9 +45,14 @@ sensor:
unit_of_measurement: w
update_interval: 1s
state_class: measurement
filters:
- or:
- throttle: 60s
- delta: 1000
- platform: template
name: "Initial Zero"
internal: true
lambda: |-
return id(initial_zero);
unit_of_measurement: w