1
0
mirror of https://github.com/natekspencer/hacs-oasis_mini.git synced 2025-12-06 18:44:14 -05:00

Add convenience properties and more logging to mqtt client, better mqtt management via coordinator (#100)

* Add convenience properties and more logging to mqtt client, better mqtt management via coordinator

* Address PR comments

* Address PR comments

* Fix
This commit is contained in:
Nathan Spencer
2025-11-24 11:54:04 -07:00
committed by GitHub
parent 379b6f67f2
commit a3ea4dc05a
5 changed files with 86 additions and 38 deletions

View File

@@ -70,7 +70,6 @@ class OasisDevice:
cloud: OasisCloudClient | None = None,
client: OasisClientProtocol | None = None,
) -> None:
# Transport
"""
Initialize an OasisDevice with identification, network, transport references, and default state fields.