Skip to content

Commit 69b037f

Browse files
added readme tags
1 parent 0ac8eef commit 69b037f

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Sungrow Inverter Integration for Home Assistant
22

3+
[![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg)](https://github.com/hacs/integration)
4+
[![GitHub release](https://img.shields.io/github/release/gabrielkirsten/sungrow-inverter.svg)](https://github.com/gabrielkirsten/sungrow-inverter/releases/)
5+
[![Documentation](https://img.shields.io/badge/Documentation-2D963D?logo=read-the-docs&logoColor=white)](https://github.com/gabrielkirsten/sungrow-inverter/wiki)
6+
[![License](https://img.shields.io/github/license/gabrielkirsten/sungrow-inverter)](https://github.com/gabrielkirsten/sungrow-inverter/blob/main/LICENSE)
7+
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/gabrielkirsten/sungrow-inverter/graphs/commit-activity)
8+
39
This integration allows you to monitor your Sungrow inverter through Home Assistant using the Modbus protocol.
410

511
## Features
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"domain": "sungrow_inverter",
3-
"name": "Sungrow Inverter",
2+
"codeowners": ["@gabrielkirsten"],
3+
"dependencies": [],
44
"documentation": "https://github.com/gabrielkirsten/sungrow-inverter",
5+
"domain": "sungrow_inverter",
6+
"iot_class": "local_polling",
57
"issue_tracker": "https://github.com/gabrielkirsten/sungrow-inverter/issues",
6-
"dependencies": [],
7-
"codeowners": ["@gabrielkirsten"],
8+
"name": "Sungrow Inverter",
89
"requirements": ["requests>=2.25.0"],
9-
"iot_class": "local_polling",
1010
"version": "1.0.0-beta"
1111
}

hacs.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@
44
"homeassistant": "2024.1.0",
55
"hacs": "1.6.0",
66
"zip_release": true,
7-
"filename": "sungrow_inverter.zip",
8-
"category": "integration"
7+
"filename": "sungrow_inverter.zip"
98
}

0 commit comments

Comments
 (0)