summaryrefslogtreecommitdiff
path: root/include/py/homekit/temphum
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2024-02-24 02:00:40 +0300
committerEvgeny Zinoviev <me@ch1p.io>2024-02-24 02:00:40 +0300
commitc9b351a08e31aa0c34892065f02f9ef710b6cd34 (patch)
tree509b7886b76c8f432ad9809945d59b0c5e3aca77 /include/py/homekit/temphum
parent2a5c34b28d7842ee2de2937faa36f78a1f5364fd (diff)
mqtt changes
Diffstat (limited to 'include/py/homekit/temphum')
-rw-r--r--include/py/homekit/temphum/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/py/homekit/temphum/base.py b/include/py/homekit/temphum/base.py
index 602cab7..c9d5111 100644
--- a/include/py/homekit/temphum/base.py
+++ b/include/py/homekit/temphum/base.py
@@ -16,4 +16,4 @@ class BaseSensor(ABC):
class SensorType(Enum):
Si7021 = 'si7021'
- DHT12 = 'dht12' \ No newline at end of file
+ DHT12 = 'dht12'