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