core/homeassistant/components/bosch_shc/manifest.json

18 lines
412 B
JSON
Raw Normal View History

{
"domain": "bosch_shc",
"name": "Bosch SHC",
2023-02-08 19:16:39 +00:00
"after_dependencies": ["zeroconf"],
"codeowners": ["@tschamm"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/bosch_shc",
"iot_class": "local_push",
2023-02-08 19:16:39 +00:00
"loggers": ["boschshcpy"],
2023-06-20 06:40:57 +00:00
"requirements": ["boschshcpy==0.2.57"],
2023-02-08 19:16:39 +00:00
"zeroconf": [
{
"type": "_http._tcp.local.",
"name": "bosch shc*"
}
]
}