Files
home-assistant-config/.storage/scheduler.storage
T
2026-05-24 08:20:04 +02:00

91 lines
2.3 KiB
Plaintext

{
"version": 3,
"minor_version": 1,
"key": "scheduler.storage",
"data": {
"schedules": [
{
"schedule_id": "a54f12",
"timeslots": [
{
"start": "00:00:00",
"stop": "04:00:00",
"conditions": [],
"condition_type": null,
"track_conditions": false,
"actions": [
{
"service": "climate.set_temperature",
"entity_id": "climate.spa_thermostat",
"service_data": {
"hvac_mode": "heat",
"temperature": 20
}
}
]
},
{
"start": "04:00:00",
"stop": "06:30:00",
"conditions": [],
"condition_type": null,
"track_conditions": false,
"actions": [
{
"service": "climate.set_temperature",
"entity_id": "climate.spa_thermostat",
"service_data": {
"hvac_mode": "heat",
"temperature": 39
}
}
]
},
{
"start": "06:30:00",
"stop": "11:00:00",
"conditions": [],
"condition_type": null,
"track_conditions": false,
"actions": [
{
"service": "climate.set_temperature",
"entity_id": "climate.spa_thermostat",
"service_data": {
"hvac_mode": "heat",
"temperature": 39
}
}
]
},
{
"start": "11:00:00",
"stop": "00:00:00",
"conditions": [],
"condition_type": null,
"track_conditions": false,
"actions": [
{
"service": "climate.set_temperature",
"entity_id": "climate.spa_thermostat",
"service_data": {
"temperature": 20,
"hvac_mode": "heat"
}
}
]
}
],
"weekdays": [
"daily"
],
"start_date": null,
"end_date": null,
"repeat_type": "repeat",
"name": null,
"enabled": false
}
],
"tags": []
}
}