From f06bba7d0d2a048316f379fad4f8a7978f9161a5 Mon Sep 17 00:00:00 2001 From: unl0ck Date: Mon, 16 Dec 2024 08:23:52 +0000 Subject: [PATCH] Python lib is using in homeassistant-addon-viessmann-gridbox **Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)* - [Description](#description) - [License Acceptance](#license-acceptance) - [Type of changes](#type-of-changes) - [Checklist](#checklist) # Description # License Acceptance - [ ] This repository is Apache version 2.0 licensed and by making this PR, I am contributing my changes to the repository under the terms of the Apache 2 license. # Type of changes - [ ] Add/update a helper script - [ ] Add/update link to an external resource like a blog post or video - [ ] Bug fix - [ ] New feature - [ ] Test updates - [ ] Text cleanups/updates # Checklist - [ ] I have read the [CONTRIBUTING](https://github.com/unixorn/ha-mqtt-discovery/blob/main/Contributing.md) document. - [ ] All new and existing tests pass. - [ ] Any scripts added use `#!/usr/bin/env interpreter` instead of potentially platform-specific direct paths (`#!/bin/sh` is an allowed exception) - [ ] Scripts added/updated in this PR are all marked executable. - [ ] Scripts added/updated in this PR _do not_ have a language file extension unless they are meant to be sourced and not run standalone. No one should have to know if a script was written in bash, python, ruby or whatever. Not including file extensions makes it easier to rewrite the script in another language later without having to change every reference to the previous version. - [ ] I have confirmed that any links added or updated in my PR are valid. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c1d25ab..e662975 100644 --- a/README.md +++ b/README.md @@ -643,6 +643,8 @@ If you use this module for your own project, please add a link here. - [homeassistant-zodiac-tri-expert](https://github.com/andreondra/homeassistant-zodiac-tri-expert) - A Zodiac Tri Expert salt water generator integration +- [homeassistant-addon-viessmann-gridbox](https://github.com/unl0ck/homeassistant-addon-viessmann-gridbox) - Get your Viessmann Gridbox Data Home Assistant integration + ## Contributors