Skip to content

Commit

Permalink
Add links
Browse files Browse the repository at this point in the history
  • Loading branch information
yozik04 committed Feb 13, 2024
1 parent 6c37091 commit e35f335
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
[![Test and Lint](https://github.com/yozik04/vallox_websocket_api/actions/workflows/test.yml/badge.svg)](https://github.com/yozik04/vallox_websocket_api/actions/workflows/test.yml)
![PyPI - Status](https://img.shields.io/pypi/status/vallox_websocket_api)
[![PyPI - Status](https://img.shields.io/pypi/status/vallox_websocket_api)](https://github.com/yozik04/vallox_websocket_api/actions)
![PyPI - Downloads](https://img.shields.io/pypi/dm/vallox_websocket_api)
![PyPI](https://img.shields.io/pypi/v/vallox_websocket_api)
![PyPI - License](https://img.shields.io/pypi/l/vallox_websocket_api)
[![PyPI](https://img.shields.io/pypi/v/vallox_websocket_api)](https://pypi.org/project/vallox-websocket-api/)
[![PyPI - License](https://img.shields.io/pypi/l/vallox_websocket_api)](./LICENSE.txt)
[![Codecov](https://img.shields.io/codecov/c/github/yozik04/vallox_websocket_api)](https://app.codecov.io/gh/yozik04/vallox_websocket_api)



# vallox_websocket_api
New async version of WebSocket API for Vallox ventilation units
Expand Down
1 change: 1 addition & 0 deletions vallox_websocket_api/vallox.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ async def get_info(self) -> Dict[str, Union[str, UUID]]:
"model": data.model,
"sw_version": data.sw_version,
"uuid": data.uuid,
"ip_address": self.ip_address,
}

async def get_temperature(self, profile: PROFILE) -> Optional[float]:
Expand Down

0 comments on commit e35f335

Please sign in to comment.