Minor update to keymitt_ble manifest. (#148708)

This commit is contained in:
MattMorgan 2025-07-14 07:50:25 +01:00 committed by GitHub
parent 26d71fcdba
commit f761f7628a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -13,8 +13,8 @@
"config_flow": true,
"dependencies": ["bluetooth_adapters"],
"documentation": "https://www.home-assistant.io/integrations/keymitt_ble",
"integration_type": "hub",
"integration_type": "device",
"iot_class": "assumed_state",
"loggers": ["keymitt_ble"],
"loggers": ["keymitt_ble", "microbot"],
"requirements": ["PyMicroBot==0.0.23"]
}

View File

@ -3252,7 +3252,7 @@
},
"keymitt_ble": {
"name": "Keymitt MicroBot Push",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "assumed_state"
},