Add initial configuration for AC and heater settings in config.json

This commit is contained in:
Aaron 2025-11-05 21:11:06 -05:00
parent 5f8223fbe1
commit 1fb3511ed5

6
config.json Normal file
View File

@ -0,0 +1,6 @@
{
"ac_target": 77.0,
"ac_swing": 1.0,
"heater_target": 80.0,
"heater_swing": 2.0
}