We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10130a8 commit 21abad2Copy full SHA for 21abad2
plugwise/common.py
@@ -10,6 +10,7 @@
10
from plugwise.constants import (
11
ANNA,
12
GROUP_TYPES,
13
+ LOGGER,
14
NONE,
15
PRIORITY_DEVICE_CLASSES,
16
SPECIAL_PLUG_TYPES,
plugwise/smile.py
@@ -16,7 +16,7 @@
DOMAIN_OBJECTS,
17
GATEWAY_REBOOT,
18
LOCATIONS,
19
- LOGGER.
20
MAX_SETPOINT,
21
MIN_SETPOINT,
22
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "plugwise"
7
-version = "1.12.0a7"
+version = "1.12.0a8"
8
license = "MIT"
9
description = "Plugwise Smile (Adam/Anna/P1) and Stretch module for Python 3."
readme = "README.md"
0 commit comments