Skip to content

Commit

Permalink
Merge pull request #208 from omerfaruk-aran/optimize-10
Browse files Browse the repository at this point in the history
[Feature] Enhanced Samsung AC Integration: Energy Sensors & Optimizations 🚀
  • Loading branch information
omerfaruk-aran authored Oct 28, 2024
2 parents 430f0af + 2c7dda6 commit 4b8b418
Show file tree
Hide file tree
Showing 10 changed files with 596 additions and 354 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,12 @@
__pycache__
.esphome
test.exe
.pio/
.vscode/
src/
platformio.ini
sdkconfig.m5stack-atom
CMakeLists.txt
.gitignore
esp.yaml
secrets.yaml
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"stop_token": "cpp"
},
"[python]": {
"editor.defaultFormatter": "ms-python.autopep8"
"editor.defaultFormatter": "ms-python.black-formatter"
},
"python.formatting.provider": "none"
}
Loading

0 comments on commit 4b8b418

Please sign in to comment.