-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add presets to climate #709
Conversation
You might wanted to look at json from #710 |
I'm on summer vacation right now. It is an interesting approach. |
24aff9e
to
110ac02
Compare
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
9657c7d
to
141692a
Compare
@vassilis-panos I've updated to the current version with master. Would you merge this branch? what do you want me to do next? |
141692a
to
b8961bb
Compare
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@vassilis-panos would you like to revive this PR? |
The main change is in climate.py where I added preset support.
To use preset you must add key
"presets"
into code.json, if the old code without"presets"
key were use, it'll work like normal.Then inside
"commands"
key, you must add the mode beside none here before operation mode.Ignore from
--
I added that to add a comment.You can look at the finished new code file at another pull request from me that edit
1162.json
I use home assistant dev container to edit the code, it just formats the file that I press save.
If you want me to just add the change, I'm willing to help.