We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d1029f commit ac80788Copy full SHA for ac80788
3 files changed
.pre-commit-config.yaml
@@ -26,6 +26,7 @@ repos:
26
rev: v2.4.1
27
hooks:
28
- id: codespell
29
+ exclude: uv.lock
30
- repo: https://github.com/charliermarsh/ruff-pre-commit
31
rev: v0.14.1
32
pyomnilogic_local/omnilogic.py
@@ -61,8 +61,3 @@ def _update_equipment(self) -> None:
61
self.system = System(equipment_mspconfig)
62
if equipment_mspconfig.omni_type == OmniType.BACKYARD:
63
self.backyard = Backyard(equipment_mspconfig, self.telemetry)
64
-
65
- # if hasattr(self, "mspconfig") and self.mspconfig is not None:
66
- # _LOGGER.debug(self.mspconfig)
67
- # if hasattr(self, "telemetry") and self.telemetry is not None:
68
- # _LOGGER.debug(self.telemetry)
0 commit comments