Closed Tntdruid closed 1 year ago
Hi,
The simplest way to do that is to use the copy integration and use the result from the rain_per_min
sensor like that:
binary_sensor:
- platform: copy
source_id: rain_per_min
name: "${friendly_name} rainfall per hour"
filters:
- multiply: 60
Thanks for the help.
Any way to add that?
Does not work.