From 3bcf76e8598f37834a2660d00e7b9f491cd4645e Mon Sep 17 00:00:00 2001 From: Duco Sebel <74970928+DCSBL@users.noreply.github.com> Date: Wed, 15 Nov 2023 13:15:27 +0100 Subject: [PATCH] Add some badges to README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d2000aa..5180d7d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,13 @@ -# python-homewizard-energy +# HomeWizard Energy: `python-homewizard-energy` Asyncio package to communicate with HomeWizard Energy devices This package is aimed at basic control of the device. Initial setup and configuration is assumed to done with the official HomeWizard Energy app. +[![Testing](https://github.com/homewizard/python-homewizard-energy/actions/workflows/tests.yaml/badge.svg?branch=main)](https://github.com/homewizard/python-homewizard-energy/actions/workflows/tests.yaml) +[![Codecov](https://img.shields.io/codecov/c/github/homewizard/python-homewizard-energy)](https://app.codecov.io/gh/homewizard/python-homewizard-energy) +[![Release](https://img.shields.io/github/v/release/homewizard/python-homewizard-energy)](https://github.com/homewizard/python-homewizard-energy/releases) + + # Usage Instantiate the HomeWizard class and access the API.