From e35f335e09d25ba879d5ed1dc6e11dbf4270de50 Mon Sep 17 00:00:00 2001 From: yozik04 Date: Tue, 13 Feb 2024 11:53:40 +0200 Subject: [PATCH] Add links --- README.md | 9 ++++++--- vallox_websocket_api/vallox.py | 1 + 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 379a8e8..3f9ac41 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/vallox_websocket_api/vallox.py b/vallox_websocket_api/vallox.py index a198bc8..faa9065 100644 --- a/vallox_websocket_api/vallox.py +++ b/vallox_websocket_api/vallox.py @@ -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]: