From 860ae9043637d1ed3911629ed706038176f1ba12 Mon Sep 17 00:00:00 2001 From: Pascal Bourque Date: Fri, 6 Jun 2025 11:36:56 -0400 Subject: [PATCH] docs(readme): Added badges to the readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 62ecb23..1a10229 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # mysa2mqtt +[![NPM Version](https://img.shields.io/npm/v/mysa2mqtt)](https://www.npmjs.com/package/mysa2mqtt) +[![CodeQL](https://github.com/bourquep/mysa2mqtt/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/bourquep/mysa2mqtt/actions/workflows/github-code-scanning/codeql) +[![CI: lint, build and release](https://github.com/bourquep/mysa2mqtt/actions/workflows/ci.yml/badge.svg)](https://github.com/bourquep/mysa2mqtt/actions/workflows/ci.yml) + A Node.js application that bridges Mysa smart thermostats to MQTT, enabling integration with Home Assistant and other home automation platforms.