mirror of
https://github.com/home-assistant/core.git
synced 2025-08-11 16:45:19 +02:00
Revise tracked beacon name.
This commit is contained in:
@@ -28,7 +28,7 @@ EVENT_TOPIC = "owntracks/{}/{}/event".format(USER, DEVICE)
|
||||
DEVICE_TRACKER_STATE = "device_tracker.{}_{}".format(USER, DEVICE)
|
||||
|
||||
IBEACON_DEVICE = 'keys'
|
||||
REGION_TRACKER_STATE = "device_tracker.{}".format(IBEACON_DEVICE)
|
||||
REGION_TRACKER_STATE = "device_tracker.beacon_{}".format(IBEACON_DEVICE)
|
||||
|
||||
LOCATION_MESSAGE = {
|
||||
'batt': 92,
|
||||
|
Reference in New Issue
Block a user