core/homeassistant/components/crownstone/manifest.json

22 lines
507 B
JSON
Raw Normal View History

2021-09-14 19:46:52 +00:00
{
"domain": "crownstone",
"name": "Crownstone",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/crownstone",
"requirements": [
"crownstone-cloud==1.4.9",
2022-09-15 16:05:55 +00:00
"crownstone-sse==2.0.4",
2021-09-14 19:46:52 +00:00
"crownstone-uart==2.1.0",
"pyserial==3.5"
],
"codeowners": ["@Crownstone", "@RicArch97"],
"after_dependencies": ["usb"],
"iot_class": "cloud_push",
2022-03-30 08:56:37 +00:00
"loggers": [
"crownstone_cloud",
"crownstone_core",
"crownstone_sse",
"crownstone_uart"
]
2021-09-14 19:46:52 +00:00
}