I have set up an integral Helper and it's working fine, but I can't seem to find an equivalent YAML. I would like to be able to copy-paste my config so I don't have to repeatedly duplicate it via the helper UI workflow
Based on the Integral docs I added this to configuration.yaml:
``sensor:
- platform: integration
source: sensor.live_power_out
unique_id: energy_int_out
name: Energy Integral Output
round: 2
unit_prefix: k``
That block parses without error, but I can't find an entity or state or statistic related to the sensor - it doesn't seem to do anything
What am I missing? Is there a better or more modern way to define an integral sensor in YAML?