hass-core/homeassistant/components/mopeka/manifest.json
J. Nick Koston f0b029c363
Bump mopeka_iot_ble to 0.4.1 (#88680)
* Bump mopeka_iot_ble to 0.4.1

closes #88232

* adjust tests
2023-02-23 20:52:31 -05:00

25 lines
676 B
JSON

{
"domain": "mopeka",
"name": "Mopeka",
"bluetooth": [
{
"service_uuid": "0000fee5-0000-1000-8000-00805f9b34fb",
"manufacturer_id": 89,
"manufacturer_data_start": [3],
"connectable": false
},
{
"service_uuid": "0000fee5-0000-1000-8000-00805f9b34fb",
"manufacturer_id": 89,
"manufacturer_data_start": [8],
"connectable": false
}
],
"codeowners": ["@bdraco"],
"config_flow": true,
"dependencies": ["bluetooth_adapters"],
"documentation": "https://www.home-assistant.io/integrations/mopeka",
"integration_type": "device",
"iot_class": "local_push",
"requirements": ["mopeka_iot_ble==0.4.1"]
}