HomeAssistant-Config icon indicating copy to clipboard operation
HomeAssistant-Config copied to clipboard

automation is not running

Open hindseb opened this issue 1 year ago • 5 comments

This is related to the blueprint: auto_update_scheduled.yaml

Hi, Thank you for creating the blueprint. I highly appreciate the efforts in creating it.

I created automation based on the blueprint. It is triggered, but it is not running.

It is stopped at the 3rd condition. image

When checking the traces (see below), I believe the trigger status is swapped. It is from "on" to "off". Should it not be from "off" to ''on"? How can this be changed? Is this something that needs to be updated in the blueprint?

Best, Sebastian

this: entity_id: automation.auto_update_home_assistant_on_a_schedule_base state: 'on' attributes: last_triggered: '2023-03-09T08:00:00.011443+00:00' mode: single current: 1 id: '1678241096997' friendly_name: Update_Auto Home Assistant on a schedule base last_changed: '2023-03-08T15:17:58.497737+00:00' last_updated: '2023-03-09T08:00:00.011657+00:00' context: id: 01GV2P4M06X5FS3YBZZA2KV825 parent_id: 01GV2P4M010K7XBKQWAXQ86WB9 user_id: null trigger: id: HA Schedule based idx: '0' alias: null platform: state entity_id: schedule.auto_update_schedule from_state: entity_id: schedule.auto_update_schedule state: 'on' attributes: editable: true next_event: '2023-03-09T03:30:00-05:00' friendly_name: Auto_Update_Schedule last_changed: '2023-03-09T08:00:00.001905+00:00' last_updated: '2023-03-09T08:00:00.001905+00:00' context: id: 01GV2P4M010K7XBKQWAXQ86WB9 parent_id: null user_id: null to_state: entity_id: schedule.auto_update_schedule state: 'off' attributes: editable: true next_event: '2023-03-10T03:00:00-05:00' friendly_name: Auto_Update_Schedule last_changed: '2023-03-09T08:30:00.002221+00:00' last_updated: '2023-03-09T08:30:00.002221+00:00' context: id: 01GV2QVHT2HKT4C7YD7NDAW0NH parent_id: null user_id: null for: null attribute: null description: state of schedule.auto_update_schedule input_schedule_monthday: 1 input_pause_entities: [] temp_input_update_exclusions: [] input_update_exclusions: []

hindseb avatar Mar 11 '23 01:03 hindseb