mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
quieting down the power meter, eventually going to clean up the database and testing new lighting automation for bedroom
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user