-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #448 from asantaga/dev
V3.4.4
- Loading branch information
Showing
14 changed files
with
147 additions
and
35 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
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
[email protected] | ||
""" | ||
VERSION = "3.4.3" | ||
VERSION = "3.4.4" | ||
DOMAIN = "wiser" | ||
DATA_WISER_CONFIG = "wiser_config" | ||
URL_BASE = "/wiser" | ||
|
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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"entity": { | ||
"climate": { | ||
"wiser": { | ||
"state_attributes": { | ||
"preset_mode": { | ||
"default": "mdi:home-thermometer", | ||
"state": { | ||
"Advance Schedule": "mdi:calendar-arrow-right", | ||
"Cancel Overrides": "mdi:close-circle", | ||
"Boost 30m": "mdi:fraction-one-half", | ||
"Boost 1h": "mdi:numeric-1", | ||
"Boost 2h": "mdi:numeric-2", | ||
"Boost 3h": "mdi:numeric-3" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"services": { | ||
"get_schedule": "mdi:calendar-export", | ||
"set_schedule": "mdi:calendar-import", | ||
"assign_schedule": "mdi:calendar-check", | ||
"copy_schedule": "mdi:calendar-blank-multiple", | ||
"set_device_mode": "mdi:home-switch-outline", | ||
"boost_heating": "mdi:thermometer-chevron-up", | ||
"set_opentherm_parameter": "mdi:application-cog-outline" | ||
} | ||
} |
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
Oops, something went wrong.