mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 00:37:53 +00:00
Revise tracked beacon name.
This commit is contained in:
parent
5a7e380396
commit
a3abd8bb08
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user