1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/bosch_shc/manifest.json
Thomas Schamm 53ae340900
Bumped to boschshcpy==0.2.19 (#51416)
* Bumped to boschshcpy==0.2.19

* update requirements
2021-06-03 18:34:28 +02:00

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