Skip to content

Commit

Permalink
Attempt at a better fix for OralB / LED BLE
Browse files Browse the repository at this point in the history
It (tentatively) seems that adding some fake content to the "bluetooth"-
attribute prevents the config-flow from crashing.
  • Loading branch information
thijsputman committed Dec 17, 2023
1 parent 1ccbb01 commit af4aa42
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
6 changes: 5 additions & 1 deletion custom_components/led_ble/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@
"version": "0.0.0",
"config_flow": false,
"integration_type": "device",
"bluetooth": []
"bluetooth": [
{
"local_name": "Foobar_*"
}
]
}
6 changes: 5 additions & 1 deletion custom_components/oralb/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@
"version": "0.0.0",
"config_flow": false,
"integration_type": "device",
"bluetooth": []
"bluetooth": [
{
"local_name": "Foobar_*"
}
]
}
7 changes: 0 additions & 7 deletions logger_filters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,6 @@ homeassistant.components.meater:
^Error requesting meater_api data: Cannot connect to host
- >-
^Timeout fetching meater_api data
# "Disabling" the OralB and LEB BLE integrations seems to have not removed their
# "config_flow" registrations (see 070743) – not sure what's going on here (the
# old settings probably got stuck somewhere); for now simply prevent the errors
# this generates from getting logged...
homeassistant.config_entries:
- >-
^Error occurred loading flow for integration (oralb|led_ble):
# Testing the "Eufy Security" custom-component; works, but keeps throwing these
# when the camera-stream is not active – ignore this for now...
homeassistant.components.stream.stream.camera.bonus_room:
Expand Down

0 comments on commit af4aa42

Please sign in to comment.