Fix incorrect capitalization of auto fan mode

tm24fan8/HA-NerdFlows#22
This commit is contained in:
2024-05-25 22:39:54 -04:00
parent 79d70e1b83
commit 48d4d77922

View File

@ -292,7 +292,7 @@ let sendAcFan = {
"entity_id": ["climate.master_bedroom_aircon"]
},
"data": {
"fan_mode": "Auto"
"fan_mode": "auto"
}
}
}