-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: implement support for weather sensors; related to #72
BREAKING CHANGE: weather sensors are untested due to lack of device
- Loading branch information
Showing
29 changed files
with
1,709 additions
and
999 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"results": [["pycodestyle", "W503", 83, 12, "line break before binary operator", " | SUPPORT_CLOSE\n"], ["pycodestyle", "W503", 84, 12, "line break before binary operator", " | SUPPORT_STOP\n"], ["pycodestyle", "W503", 85, 12, "line break before binary operator", " | SUPPORT_SET_POSITION\n"], ["pycodestyle", "W503", 86, 12, "line break before binary operator", " | SUPPORT_SET_TILT_POSITION\n"]], "digest": "c45599c4be9bfa4068ff1f488c7a91fa"} |
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 @@ | ||
{"results": [["pycodestyle", "W503", 48, 12, "line break before binary operator", " or item[1].device_type == DeviceType.WEATHER,\n"]], "digest": "757cdf44b36b18d79ae7a57cc0720e51"} |
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 @@ | ||
{"results": [["pyflakes", "F401", 11, 0, "'onyx_client.enum.action.Action' imported but unused", "from onyx_client.enum.action import Action\n"]], "digest": "8b3ccf97c1f64be4907c107eca2e6f1c"} |
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 @@ | ||
{"results": [["pycodestyle", "W503", 260, 16, "line break before binary operator", " + position_keyframe.duration\n"], ["pycodestyle", "W503", 261, 16, "line break before binary operator", " + position_keyframe.delay\n"], ["pycodestyle", "W503", 284, 16, "line break before binary operator", " or (position_end_time is None and current_time > angle_end_time)\n"], ["pycodestyle", "W503", 285, 16, "line break before binary operator", " or (current_time > position_end_time and current_time > angle_end_time)\n"]], "digest": "4d64e826b79067d7b67495f87f725b3f"} |
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 +1 @@ | ||
{"results": [["pycodestyle", "W503", 282, 16, "line break before binary operator", " + position_keyframe.duration\n"], ["pycodestyle", "W503", 283, 16, "line break before binary operator", " + position_keyframe.delay\n"], ["pycodestyle", "W503", 306, 16, "line break before binary operator", " or (position_end_time is None and current_time > angle_end_time)\n"], ["pycodestyle", "W503", 307, 16, "line break before binary operator", " or (current_time > position_end_time and current_time > angle_end_time)\n"]], "digest": "dd31060492c965047fa90dcd5a336b37"} | ||
{"results": [["pyflakes", "F401", 3, 0, "'typing.Any' imported but unused", "from typing import Any, Callable, Optional\n"]], "digest": "3b8c1e5c9fa3df334fee8ed34220d9f8"} |
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 +1 @@ | ||
{"results": [["pycodestyle", "W503", 156, 12, "line break before binary operator", " | SUPPORT_CLOSE\n"], ["pycodestyle", "W503", 157, 12, "line break before binary operator", " | SUPPORT_STOP\n"], ["pycodestyle", "W503", 158, 12, "line break before binary operator", " | SUPPORT_SET_POSITION\n"], ["pycodestyle", "W503", 159, 12, "line break before binary operator", " | SUPPORT_SET_TILT_POSITION\n"]], "digest": "c77c271510873caa3a064cd768028129"} | ||
{"results": [["pycodestyle", "W503", 159, 12, "line break before binary operator", " | SUPPORT_CLOSE\n"], ["pycodestyle", "W503", 160, 12, "line break before binary operator", " | SUPPORT_STOP\n"], ["pycodestyle", "W503", 161, 12, "line break before binary operator", " | SUPPORT_SET_POSITION\n"], ["pycodestyle", "W503", 162, 12, "line break before binary operator", " | SUPPORT_SET_TILT_POSITION\n"]], "digest": "76e1ee761d561c52097f5d15562473ec"} |
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 @@ | ||
"""The ONYX.CENTER Home Assistant enums.""" |
File renamed without changes.
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.