Skip to content

Commit 02adad5

Browse files
committed
release prep
1 parent e03ae4c commit 02adad5

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Growatt Modbus Integration for Home Assistant
2-
31
# Growatt Modbus Integration for Home Assistant ☀️
42

53
![HACS Badge](https://img.shields.io/badge/HACS-Custom-orange.svg)

custom_components/growatt_modbus/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
_LOGGER = logging.getLogger(__name__)
1414

15+
CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN)
16+
1517
PLATFORMS: list[Platform] = [Platform.SENSOR]
1618

1719

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"domain": "growatt_modbus",
3-
"name": "Growatt Modbus Integration",
4-
"documentation": "https://github.com/0xAHA/Growatt_ModbusTCP",
5-
"issue_tracker": "https://github.com/0xAHA/Growatt_ModbusTCP/issues",
3+
"name": "Growatt Modbus",
64
"codeowners": ["@0xAHA"],
75
"config_flow": true,
86
"dependencies": [],
7+
"documentation": "https://github.com/0xAHA/Growatt_ModbusTCP",
8+
"integration_type": "device",
9+
"iot_class": "local_polling",
10+
"issue_tracker": "https://github.com/0xAHA/Growatt_ModbusTCP/issues",
911
"requirements": [
1012
"pymodbus>=3.0.0",
1113
"pyserial>=3.4"
1214
],
13-
"iot_class": "local_polling",
14-
"version": "0.0.1",
15-
"integration_type": "device"
15+
"version": "0.0.1"
1616
}

0 commit comments

Comments
 (0)