Skip to content

Commit 1af531f

Browse files
authored
Corrected unit of measurement in integration filter
1 parent acd5eea commit 1af531f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ alternatively,
518518
```yaml
519519
- entity: sensor.fridge_power
520520
filters:
521-
- integrate: h # resulting unit_of_measurement will be W/h
521+
- integrate: h # resulting unit_of_measurement will be Wh (watts hour)
522522
```
523523
524524
##### Using state attributes

0 commit comments

Comments
 (0)