mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
21 lines
533 B
JSON
21 lines
533 B
JSON
{
|
|
"domain": "togrill",
|
|
"name": "ToGrill",
|
|
"bluetooth": [
|
|
{
|
|
"connectable": true,
|
|
"manufacturer_id": 34714,
|
|
"service_uuid": "0000cee0-0000-1000-8000-00805f9b34fb"
|
|
}
|
|
],
|
|
"codeowners": ["@elupus"],
|
|
"config_flow": true,
|
|
"dependencies": ["bluetooth"],
|
|
"documentation": "https://www.home-assistant.io/integrations/togrill",
|
|
"integration_type": "device",
|
|
"iot_class": "local_push",
|
|
"loggers": ["togrill_bluetooth"],
|
|
"quality_scale": "bronze",
|
|
"requirements": ["togrill-bluetooth==0.9.0"]
|
|
}
|