13 lines
364 B
JSON
13 lines
364 B
JSON
|
{
|
||
|
"domain": "bosch_shc",
|
||
|
"name": "Bosch SHC",
|
||
|
"config_flow": true,
|
||
|
"documentation": "https://www.home-assistant.io/integrations/bosch_shc",
|
||
|
"requirements": ["boschshcpy==0.2.17"],
|
||
|
"zeroconf": [
|
||
|
{"type": "_http._tcp.local.", "name": "bosch shc*"}
|
||
|
],
|
||
|
"iot_class": "local_push",
|
||
|
"codeowners": ["@tschamm"],
|
||
|
"after_dependencies": ["zeroconf"]
|
||
|
}
|