File tree Expand file tree Collapse file tree
custom_components/growatt_modbus Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 1212
1313_LOGGER = logging .getLogger (__name__ )
1414
15+ CONFIG_SCHEMA = cv .config_entry_only_config_schema (DOMAIN )
16+
1517PLATFORMS : list [Platform ] = [Platform .SENSOR ]
1618
1719
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments