Skip to content

Commit

Permalink
doctweak
Browse files Browse the repository at this point in the history
  • Loading branch information
zxdavb committed Aug 18, 2024
1 parent 4910218 commit 1c8ea91
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ramses_rf/gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ def __init__(
self.config = SimpleNamespace(**SCH_GATEWAY_CONFIG(config))
self._schema: dict[str, Any] = SCH_GLOBAL_SCHEMAS(kwargs)

# if self.config.reduce_processing < DONT_CREATE_MESSAGES:
# if self.config.reduce_processing > 0:
self._tcs: Evohome | None = None

self.devices: list[Device] = []
Expand Down

0 comments on commit 1c8ea91

Please sign in to comment.