Hi!
I have a KNX-sensor configured like this:
sensor:
- name: “pitlevel”
state_address: “13/3/0”
type: percent
It gives a number which is presented as a percentage in how full a pit is.
Now I want to create a trigger which fires when this percentage reaches a certain level and then send a notification.
I’m looking for a brief explanation on how to achieve this. Who can help?