Skip to content

Commit

Permalink
Fix for report_unkown in YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernst79 committed Nov 9, 2021
1 parent 2316ce5 commit a415540
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions custom_components/ble_monitor/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@
OPTION_ADD_DEVICE = "Add device..."
DOMAIN_TITLE = "Bluetooth Low Energy Monitor"

# Remove the False value for the report_unkown option in the UI
if False in REPORT_UNKNOWN_LIST:
REPORT_UNKNOWN_LIST.remove(False)

DEVICE_SCHEMA = vol.Schema(
{
vol.Optional(CONF_MAC, default=DEFAULT_DEVICE_MAC): cv.string,
Expand Down
2 changes: 1 addition & 1 deletion custom_components/ble_monitor/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
],
"dependencies": [],
"codeowners": ["@Ernst79", "@Magalex2x14", "@Thrilleratplay"],
"version": "5.9.0",
"version": "5.9.1",
"iot_class": "local_polling"
}

0 comments on commit a415540

Please sign in to comment.