core/homeassistant/components/bosch_shc/manifest.json

18 lines
412 B
JSON

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