1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-28 13:56:28 +00:00
Files
core/homeassistant/components/probe_plus/manifest.json
2025-10-28 10:33:10 +01:00

20 lines
480 B
JSON

{
"domain": "probe_plus",
"name": "Probe Plus",
"bluetooth": [
{
"connectable": true,
"local_name": "FM2*",
"manufacturer_id": 36606
}
],
"codeowners": ["@pantherale0"],
"config_flow": true,
"dependencies": ["bluetooth_adapters"],
"documentation": "https://www.home-assistant.io/integrations/probe_plus",
"integration_type": "device",
"iot_class": "local_push",
"quality_scale": "bronze",
"requirements": ["pyprobeplus==1.1.2"]
}