-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Simplify logic for RTS devices #169
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit 1de0940 Author: Mick Vleeshouwer <[email protected]> Date: Thu Jul 23 22:21:56 2020 +0200 Squashed commit of the following: commit 6caeb9a Author: Vincent Le Bourlot <[email protected]> Date: Thu Jul 23 13:21:40 2020 +0200 Round float state to 2 digits. (#164) * Round float state to 2 digits. Github Issue: #163 commit e6b4c22 Author: Vincent Le Bourlot <[email protected]> Date: Thu Jul 23 11:50:11 2020 +0200 Cover position was incorrectly inverted when 0 because bool(0) == False. (#165) commit 05cd609 Author: Vincent Le Bourlot <[email protected]> Date: Thu Jul 23 08:27:39 2020 +0200 Enhancement/refactor climate (#159) * First commit for AtlanticElectricalHeater. Github Issue: #151 * Refactored climate. * **Breaking** Removed options flow * **Breaking** Removed SUPPORT_TARGET_TEMPERATURE for AtlanticElectricalHeater IO component * Removed private properties. * Removed update methods. * Removed __init__ when possible. * Moved classes to their own files. * Add DimmerExteriorHeating Github Issue: #151 * Fix/fix 161 (#162) Github Issue: #161 commit 4f1b0a7 Author: Mick Vleeshouwer <[email protected]> Date: Tue Jul 21 14:46:13 2020 +0200 Change debug text commit f212bc6 Author: Mick Vleeshouwer <[email protected]> Date: Tue Jul 21 14:22:44 2020 +0200 Reference to the right DOMAINS commit 67e09af Author: Mick Vleeshouwer <[email protected]> Date: Tue Jul 21 14:17:11 2020 +0200 Reference to official domains commit a1cf008 Author: Mick Vleeshouwer <[email protected]> Date: Tue Jul 21 14:04:37 2020 +0200 Add missing LOCK import commit c971da9 Author: Mick Vleeshouwer <[email protected]> Date: Tue Jul 21 14:00:06 2020 +0200 Add constants instead of ugly strings commit 22a1623 Author: Mick Vleeshouwer <[email protected]> Date: Tue Jul 21 13:49:08 2020 +0200 Change PLATFORMS to SUPPORTED_PLATFORMS commit a57d246 Author: Mick Vleeshouwer <[email protected]> Date: Tue Jul 21 13:08:12 2020 +0200 Revert removal of DOMAIN commit bf410ec Author: Mick Vleeshouwer <[email protected]> Date: Tue Jul 21 13:05:30 2020 +0200 Remove unused imports commit 4884a5f Author: Mick Vleeshouwer <[email protected]> Date: Tue Jul 21 13:02:27 2020 +0200 Reformat switch.py commit 01c1df1 Author: Mick Vleeshouwer <[email protected]> Date: Tue Jul 21 12:59:19 2020 +0200 Bugfix for switch commit a13348f Author: Mick Vleeshouwer <[email protected]> Date: Tue Jul 21 12:48:39 2020 +0200 Close client before removing client... commit 15bb8cd Author: Mick Vleeshouwer <[email protected]> Date: Tue Jul 21 12:45:53 2020 +0200 Make code more readable commit d896200 Author: Mick Vleeshouwer <[email protected]> Date: Tue Jul 21 12:43:59 2020 +0200 Close HTTP client correctly Thanks @eavanvalkenburg! commit 24b7190 Author: Mick Vleeshouwer <[email protected]> Date: Tue Jul 21 10:18:31 2020 +0200 Remove unnecessary loop commit 28cd639 Author: Mick Vleeshouwer <[email protected]> Date: Tue Jul 21 09:45:46 2020 +0200 Refactor based on feedback commit d3ccafe Author: Mick Vleeshouwer <[email protected]> Date: Tue Jul 21 01:07:08 2020 +0200 Simply config flow and add better exception logging commit c38f2e5 Author: Mick Vleeshouwer <[email protected]> Date: Tue Jul 21 01:01:39 2020 +0200 Only initialize platforms with devices and decide platform based on uiclass and widget commit 4f579b8 Author: Mick Vleeshouwer <[email protected]> Date: Tue Jul 21 00:31:28 2020 +0200 Add async Python API wrapper
This reverts commit d625727.
vlebourl
approved these changes
Jul 24, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tested on my setup
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merge into master after #160 is merged.