move AC mode config under the right configuration step (#108)

* move AC mode config under the right configuration step
This commit is contained in:
Andrea Nicotra
2023-10-21 08:31:45 +02:00
committed by GitHub
parent 043fd5f7aa
commit eb54f2826f
10 changed files with 206 additions and 99 deletions

2
.gitignore vendored
View File

@@ -103,4 +103,6 @@ dist
# TernJS port file
.tern-port
# init file required for unittest
custom_components/__init__.py
__pycache__