From dab60555a55ec77e90d45ca828850da503bf98b9 Mon Sep 17 00:00:00 2001 From: Marcel <40523792+marcelschreiner@users.noreply.github.com> Date: Tue, 19 Sep 2023 19:59:35 +0200 Subject: [PATCH] Added Badges --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 78ea736..90ecf9b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ + + # BMW to Loxone Bridge +![Pylint](https://github.com/marcelschreiner/bmw-to-loxone/actions/workflows/pylint.yml/badge.svg) +[![HitCount](https://hits.dwyl.com/marcelschreiner/bmw-to-loxone.svg?style=flat)](http://hits.dwyl.com/marcelschreiner/bmw-to-loxone) + + This Python script establishes a bridge between your BMW vehicle and a Loxone Miniserver, allowing you to monitor various aspects of your BMW remotely and send relevant data to the Loxone system. The script retrieves information from your BMW, such as door lock status, charging status, and location, and then sends this data to your Loxone Miniserver over UDP. ## Prerequisites