2021-09-14 19:46:52 +00:00
|
|
|
{
|
|
|
|
"domain": "crownstone",
|
|
|
|
"name": "Crownstone",
|
|
|
|
"config_flow": true,
|
|
|
|
"documentation": "https://www.home-assistant.io/integrations/crownstone",
|
|
|
|
"requirements": [
|
2021-11-12 00:29:00 +00:00
|
|
|
"crownstone-cloud==1.4.9",
|
2021-11-27 07:37:07 +00:00
|
|
|
"crownstone-sse==2.0.3",
|
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"
|
|
|
|
}
|