core/homeassistant/components/bt_smarthub/manifest.json

10 lines
291 B
JSON
Raw Normal View History

{
"domain": "bt_smarthub",
"name": "BT Smart Hub",
"codeowners": ["@typhoon2099"],
2023-02-08 19:16:39 +00:00
"documentation": "https://www.home-assistant.io/integrations/bt_smarthub",
"iot_class": "local_polling",
2023-02-08 19:16:39 +00:00
"loggers": ["btsmarthub_devicelist"],
"requirements": ["btsmarthub_devicelist==0.2.3"]
}