2021-05-14 13:03:26 +00:00
|
|
|
{
|
|
|
|
"domain": "bosch_shc",
|
|
|
|
"name": "Bosch SHC",
|
|
|
|
"config_flow": true,
|
|
|
|
"documentation": "https://www.home-assistant.io/integrations/bosch_shc",
|
2022-03-10 18:43:43 +00:00
|
|
|
"requirements": ["boschshcpy==0.2.30"],
|
2021-12-19 17:24:37 +00:00
|
|
|
"zeroconf": [{ "type": "_http._tcp.local.", "name": "bosch shc*" }],
|
2021-05-14 13:03:26 +00:00
|
|
|
"iot_class": "local_push",
|
|
|
|
"codeowners": ["@tschamm"],
|
2022-01-28 21:37:53 +00:00
|
|
|
"after_dependencies": ["zeroconf"],
|
|
|
|
"loggers": ["boschshcpy"]
|
2021-12-19 17:24:37 +00:00
|
|
|
}
|