EDIT: Sorry guys, was a typo from my side in the url using merge_dir. All good now
Hi,
Trying to get the binary_sensor trend to work, but does not show up in ‘dev-states’ or under ‘Unused Entities’
- platform: trend
sensors:
battery_stigh_increase:
entity_id: sensor.battery_stigh_level
battery_stigh_decrease:
entity_id: sensor.battery_stigh_level
invert: true
As you can see from the image, the sensor it points to is working as expected.
Anybody with some good tips where to look for the solution?