I want it to only successfully run when the night schedule is on, but I use it alongside other schedule to check when I come back home which is the current schedule that is on, and for it to turn the right heaters onto the right temperatures.
I have just been running the automation by itself when the schedule is off, but it still completes the automation and changes the temptress, when it should not
{
"trace": {
"last_step": "action/1",
"run_id": "3478759ae9af60511d80d45fa125e860",
"state": "stopped",
"script_execution": "finished",
"timestamp": {
"start": "2025-10-09T19:13:40.536168+00:00",
"finish": "2025-10-09T19:13:40.615778+00:00"
},
"domain": "automation",
"item_id": "211",
"trigger": null,
"trace": {
"trigger": [
{
"path": "trigger",
"timestamp": "2025-10-09T19:13:40.536372+00:00",
"changed_variables": {
"this": {
"entity_id": "automation.night_temperature",
"state": "on",
"attributes": {
"id": "211",
"last_triggered": "2025-10-09T18:22:05.881021+00:00",
"mode": "single",
"current": 0,
"friendly_name": "Night Temperature"
},
"last_changed": "2025-10-09T15:56:50.165290+00:00",
"last_reported": "2025-10-09T18:22:05.945638+00:00",
"last_updated": "2025-10-09T18:22:05.945638+00:00",
"context": {
"id": "01K753AY1RB2036CRQQ2SNM137",
"parent_id": "01K753AY1G8Y3H93115G2P50Q4",
"user_id": null
}
},
"trigger": {
"platform": null
}
}
}
],
"action/0": [
{
"path": "action/0",
"timestamp": "2025-10-09T19:13:40.537742+00:00",
"child_id": {
"domain": "automation",
"item_id": "207",
"run_id": "f292577c7bd60017fe11c5816d12c1e3"
},
"changed_variables": {
"context": {
"id": "01K7569C5RZFHAEQ7WD0TBHV2F",
"parent_id": "01K7569C5QTAK6CRJXA324F6NP",
"user_id": null
}
},
"result": {
"params": {
"domain": "climate",
"service": "set_temperature",
"service_data": {
"temperature": 16,
"entity_id": [
"climate.master_bedroom_radiator",
"climate.office_radiator",
"climate.living_room_radiator",
"climate.kitchen_radiator",
"climate.dining_room_radiator"
]
},
"target": {
"entity_id": [
"climate.master_bedroom_radiator",
"climate.office_radiator",
"climate.living_room_radiator",
"climate.kitchen_radiator",
"climate.dining_room_radiator"
]
}
},
"running_script": false
}
}
],
"action/1": [
{
"path": "action/1",
"timestamp": "2025-10-09T19:13:40.609447+00:00",
"result": {
"params": {
"domain": "climate",
"service": "set_temperature",
"service_data": {
"temperature": 26,
"entity_id": [
"climate.bathroom_radiator",
"climate.hallway_radiator"
]
},
"target": {
"entity_id": [
"climate.bathroom_radiator",
"climate.hallway_radiator"
]
}
},
"running_script": false
}
}
]
},
"config": {
"id": "211",
"alias": "Night Temperature",
"description": "",
"mode": "single",
"triggers": [
{
"trigger": "state",
"entity_id": [
"schedule.night_schedule"
]
}
],
"conditions": [
{
"condition": "state",
"entity_id": "schedule.night_schedule",
"state": "on"
}
],
"actions": [
{
"action": "climate.set_temperature",
"metadata": {},
"data": {
"temperature": 16
},
"target": {
"entity_id": [
"climate.master_bedroom_radiator",
"climate.office_radiator",
"climate.living_room_radiator",
"climate.kitchen_radiator",
"climate.dining_room_radiator"
]
}
},
{
"action": "climate.set_temperature",
"metadata": {},
"data": {
"temperature": 26
},
"target": {
"entity_id": [
"climate.bathroom_radiator",
"climate.hallway_radiator"
]
}
}
]
},
"blueprint_inputs": null,
"context": {
"id": "01K7569C5RZFHAEQ7WD0TBHV2F",
"parent_id": "01K7569C5QTAK6CRJXA324F6NP",
"user_id": null
}
},
"logbookEntries": [
{
"name": "Night Temperature",
"message": "triggered",
"source": null,
"entity_id": "automation.night_temperature",
"context_id": "01K7569C5RZFHAEQ7WD0TBHV2F",
"domain": "automation",
"when": 1760037220.5365932
}
]
}