core/homeassistant/components/bosch_shc/manifest.json

13 lines
388 B
JSON
Raw Normal View History

{
"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"],
"zeroconf": [{ "type": "_http._tcp.local.", "name": "bosch shc*" }],
"iot_class": "local_push",
"codeowners": ["@tschamm"],
"after_dependencies": ["zeroconf"],
"loggers": ["boschshcpy"]
}