fix: Update heater target temperatures in configuration for consistency

This commit is contained in:
Aaron 2025-11-06 18:01:26 -05:00
parent 52562bd8e6
commit 37be801270

View File

@ -1,33 +1,34 @@
{
"ac_target": 77.0,
"ac_swing": 1.0,
"heater_target": 80.0,
"heater_target": 72.0,
"heater_swing": 2.0,
"schedules": [
{
"time": "06:00",
"ac_target": 75.0,
"heater_target": 78.0,
"heater_target": 72.0,
"name": "Morning"
},
{
"time": "12:00",
"ac_target": 77.0,
"heater_target": 80.0,
"ac_target": 75.0,
"heater_target": 72.0,
"name": "Midday"
},
{
"time": "18:00",
"ac_target": 76.0,
"heater_target": 79.0,
"ac_target": 75.0,
"heater_target": 72.0,
"name": "Evening"
},
{
"time": "22:00",
"ac_target": 74.0,
"heater_target": 77.0,
"ac_target": 75.0,
"heater_target": 72.0,
"name": "Night"
}
],
"schedule_enabled": true
"schedule_enabled": true,
"permanent_hold": false
}