-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- adds off, cool heat, heat_cool hvac modes - remembers last hvac_mode after restart (only if initial_hvac_mode is not set) - no platfrom setup error on startup Fixes #8 Fixes #7 Fixes #5
- Loading branch information
1 parent
ec7d0d6
commit ca1d2a1
Showing
7 changed files
with
149 additions
and
142 deletions.
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
"""The dual_smart_thermostat component.""" | ||
|
||
from homeassistant.const import Platform | ||
|
||
DOMAIN = "dual_smart_thermostat" | ||
PLATFORMS = ["climate"] | ||
PLATFORMS = [Platform.CLIMATE] |
Oops, something went wrong.