19 lines
384 B
JSON
19 lines
384 B
JSON
|
{
|
||
|
"domain": "sonoff",
|
||
|
"name": "Sonoff",
|
||
|
"codeowners": [
|
||
|
"@AlexxIT"
|
||
|
],
|
||
|
"config_flow": true,
|
||
|
"dependencies": [
|
||
|
"http",
|
||
|
"zeroconf"
|
||
|
],
|
||
|
"documentation": "https://github.com/AlexxIT/SonoffLAN",
|
||
|
"iot_class": "local_push",
|
||
|
"issue_tracker": "https://github.com/AlexxIT/SonoffLAN/issues",
|
||
|
"requirements": [
|
||
|
"pycryptodome>=3.6.6"
|
||
|
],
|
||
|
"version": "3.5.4"
|
||
|
}
|