Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions custom_components/ble_monitor/device_tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
import logging
from datetime import timedelta

from homeassistant.components.device_tracker import SourceType
from homeassistant.components.device_tracker.config_entry import ScannerEntity
from homeassistant.components.device_tracker import ScannerEntity, SourceType
from homeassistant.const import (CONF_DEVICES, CONF_MAC, CONF_NAME,
CONF_UNIQUE_ID, MATCH_ALL, STATE_HOME,
STATE_NOT_HOME)
Expand Down
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "Passive BLE monitor integration",
"homeassistant": "2024.11.0"
"homeassistant": "2026.6.0"
}
Loading