Ignore config.json
This commit is contained in:
parent
7edd209abe
commit
a20bbd7cdf
41
config.json
41
config.json
@ -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
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user