Skip to content

Commit 35c6113

Browse files
puddlyMartinHjelmareTheJulianJES
authored
Add firmware flashing debug loggers to hardware integrations (home-assistant#156480)
Co-authored-by: Martin Hjelmare <[email protected]> Co-authored-by: TheJulianJES <[email protected]>
1 parent 3c2f729 commit 35c6113

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

homeassistant/components/homeassistant_connect_zbt2/manifest.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
"dependencies": ["hardware", "usb", "homeassistant_hardware"],
77
"documentation": "https://www.home-assistant.io/integrations/homeassistant_connect_zbt2",
88
"integration_type": "hardware",
9+
"loggers": [
10+
"bellows",
11+
"universal_silabs_flasher",
12+
"zigpy.serial",
13+
"serial_asyncio_fast"
14+
],
915
"quality_scale": "bronze",
1016
"usb": [
1117
{

homeassistant/components/homeassistant_sky_connect/manifest.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
"dependencies": ["hardware", "usb", "homeassistant_hardware"],
77
"documentation": "https://www.home-assistant.io/integrations/homeassistant_sky_connect",
88
"integration_type": "hardware",
9+
"loggers": [
10+
"bellows",
11+
"universal_silabs_flasher",
12+
"zigpy.serial",
13+
"serial_asyncio_fast"
14+
],
915
"usb": [
1016
{
1117
"description": "*skyconnect v1.0*",

homeassistant/components/homeassistant_yellow/manifest.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,11 @@
77
"dependencies": ["hardware", "homeassistant_hardware"],
88
"documentation": "https://www.home-assistant.io/integrations/homeassistant_yellow",
99
"integration_type": "hardware",
10+
"loggers": [
11+
"bellows",
12+
"universal_silabs_flasher",
13+
"zigpy.serial",
14+
"serial_asyncio_fast"
15+
],
1016
"single_config_entry": true
1117
}

0 commit comments

Comments
 (0)