From 4069f24880f9cceb8e281226a80a6fbe2f0f3a16 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 10:55:59 -0400 Subject: [PATCH] docs: add remiolivier as a contributor for code (#82) Adds @remiolivier as a contributor for code. This was requested by bourquep [in this comment](https://github.com/bourquep/mysa2mqtt/pull/72#issuecomment-3476434699) [skip ci] --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Co-authored-by: Pascal Bourque --- .all-contributorsrc | 22 ++++++++++++++++++++++ README.md | 29 +++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..0ce0848 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,22 @@ +{ + "files": ["README.md"], + "imageSize": 100, + "commit": false, + "commitType": "docs", + "commitConvention": "angular", + "contributors": [ + { + "login": "remiolivier", + "name": "remiolivier", + "avatar_url": "https://avatars.githubusercontent.com/u/1379047?v=4", + "profile": "https://github.com/remiolivier", + "contributions": ["code"] + } + ], + "contributorsPerLine": 7, + "skipCi": true, + "repoType": "github", + "repoHost": "https://github.com", + "projectName": "mysa2mqtt", + "projectOwner": "bourquep" +} diff --git a/README.md b/README.md index 9aea54f..a571d19 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # mysa2mqtt + + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + + + [![NPM Version](https://img.shields.io/npm/v/mysa2mqtt)](https://www.npmjs.com/package/mysa2mqtt) [![Docker Hub](https://img.shields.io/docker/pulls/bourquep/mysa2mqtt)](https://hub.docker.com/r/bourquep/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) @@ -369,3 +375,26 @@ copyright notice and license text in any copy of the software or substantial por - [mqtt2ha](https://github.com/bourquep/mqtt2ha) - MQTT to Home Assistant bridge library - [Commander.js](https://github.com/tj/commander.js) - Command-line argument parsing - [Pino](https://github.com/pinojs/pino) - Fast JSON logger + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + + + +
remiolivier
remiolivier

💻
+ + + + + + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. +Contributions of any kind welcome!