mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
Co-authored-by: xiaozhouhhh <13588112144@163.com> Co-authored-by: Joostlek <joostlek@outlook.com>
13 lines
361 B
JSON
13 lines
361 B
JSON
{
|
|
"domain": "solarman",
|
|
"name": "Solarman",
|
|
"codeowners": ["@solarmanpv"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/solarman",
|
|
"integration_type": "device",
|
|
"iot_class": "local_polling",
|
|
"quality_scale": "bronze",
|
|
"requirements": ["solarman-opendata==0.0.3"],
|
|
"zeroconf": ["_solarman._tcp.local."]
|
|
}
|