Automation mit Shelly

Das ist meine geänderte Automation:

alias: Feuchtigkeit-Sensor_Keller einschalten
description: schaltet ein >70
triggers:

- trigger: time
  at: “10:00:00”
  conditions:
- condition: or
  conditions:
  - condition: numeric_state
    entity_id: sensor.shellyhtg3_8cbfeaa544f8_humidity
    above: 70
    actions:
- action: switch.turn_on
  metadata: {}
  data: {}
  target:
  device_id: 1c8787ede5c6a5a650640b9de5193ede
  mode: single

:crayon:by HarryP: Code-/Logzeilen formatiert (bitte immer in </> einbinden)

s.a.: (Neues Update & Features - Hier in der Community 🫶)