Skip to content

Commit

Permalink
Set default temperature unit to Celsius in BSBLAN class
Browse files Browse the repository at this point in the history
  • Loading branch information
liudger committed Nov 1, 2024
1 parent 1243611 commit 8ca3dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bsblan/bsblan.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class BSBLAN:
_api_data: APIConfig | None = None
_initialized: bool = False
_api_validator: APIValidator = field(init=False)
_temperature_unit: str | None = None
_temperature_unit: str = "°C"

async def __aenter__(self) -> Self:
"""Enter the context manager.
Expand Down

0 comments on commit 8ca3dc6

Please sign in to comment.