I have created the sensor:
For everyone that comes googling for this:
configuration.yaml
sensor:
- platform: template
sensors:
rova_bio_adjusted:
value_template: "{{ (states('sensor.rova_bio') | as_datetime - timedelta(hours=12)).isoformat() }}"
device_class: timestamp
In the automation under trigger:
But why does it say No matching entities found? it;s not a typo.
in YAML it looks like:
platform: time
at: sensor.rova_bio_adjusted
So will this trigger type as time with this sensor be triggered?