I have a Miflora plant soil monitor and I want to create an automation to receive a text when [sensor.pepper_plant_moisture] reaches zero. I get no response when the numeric trigger passes the threshold from 1 to zero. I’ve tried various combinations of triggers, but I can’t get anything to work. Any ideas?
Configuration.yaml
- platform: miflora
mac: 'xx:xx:xx:xx:xx:xx'
name: Pepper plant
force_update: false
median: 3
monitored_conditions:
- moisture
- light
- temperature
- battery
Automation Trigger
Automation Action