File tree Expand file tree Collapse file tree 3 files changed +12
-7
lines changed
custom_components/sungrow_inverter Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Sungrow Inverter Integration for Home Assistant
2
2
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
+
3
9
This integration allows you to monitor your Sungrow inverter through Home Assistant using the Modbus protocol.
4
10
5
11
## Features
Original file line number Diff line number Diff line change 1
1
{
2
- "domain " : " sungrow_inverter " ,
3
- "name " : " Sungrow Inverter " ,
2
+ "codeowners " : [ " @gabrielkirsten " ] ,
3
+ "dependencies " : [] ,
4
4
"documentation" : " https://github.com/gabrielkirsten/sungrow-inverter" ,
5
+ "domain" : " sungrow_inverter" ,
6
+ "iot_class" : " local_polling" ,
5
7
"issue_tracker" : " https://github.com/gabrielkirsten/sungrow-inverter/issues" ,
6
- "dependencies" : [],
7
- "codeowners" : [" @gabrielkirsten" ],
8
+ "name" : " Sungrow Inverter" ,
8
9
"requirements" : [" requests>=2.25.0" ],
9
- "iot_class" : " local_polling" ,
10
10
"version" : " 1.0.0-beta"
11
11
}
Original file line number Diff line number Diff line change 4
4
"homeassistant" : " 2024.1.0" ,
5
5
"hacs" : " 1.6.0" ,
6
6
"zip_release" : true ,
7
- "filename" : " sungrow_inverter.zip" ,
8
- "category" : " integration"
7
+ "filename" : " sungrow_inverter.zip"
9
8
}
You can’t perform that action at this time.
0 commit comments