Fix typo in LED BLE documentation URL (#80479)

This commit is contained in:
Sören 2022-10-17 20:27:08 +02:00 committed by GitHub
parent 72f4665d33
commit d3f39e776b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
"domain": "led_ble", "domain": "led_ble",
"name": "LED BLE", "name": "LED BLE",
"config_flow": true, "config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/ble_ble", "documentation": "https://www.home-assistant.io/integrations/led_ble/",
"requirements": ["led-ble==1.0.0"], "requirements": ["led-ble==1.0.0"],
"dependencies": ["bluetooth"], "dependencies": ["bluetooth"],
"codeowners": ["@bdraco"], "codeowners": ["@bdraco"],