Ignore config.json

This commit is contained in:
Aaron 2025-11-14 15:57:53 -05:00
parent 7edd209abe
commit a20bbd7cdf

View File

@ -1,41 +0,0 @@
{
"static_ip": "192.168.86.43",
"subnet": "255.255.255.0",
"gateway": "192.168.86.1",
"dns": "192.168.86.1",
"timezone_offset": -5,
"ac_target": 77.0,
"ac_swing": 1.0,
"heater_target": 72.0,
"heater_swing": 2.0,
"temp_hold_duration": 3600,
"schedules": [
{
"time": "06:00",
"ac_target": 75.0,
"heater_target": 72.0,
"name": "Morning"
},
{
"time": "12:00",
"ac_target": 75.0,
"heater_target": 72.0,
"name": "Midday"
},
{
"time": "18:00",
"ac_target": 75.0,
"heater_target": 72.0,
"name": "Evening"
},
{
"time": "22:00",
"ac_target": 75.0,
"heater_target": 72.0,
"name": "Night"
}
],
"schedule_enabled": true,
"permanent_hold": false,
"temp_hold_start_time": null
}