mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 14:47:38 +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)
|
DEVICE_TRACKER_STATE = "device_tracker.{}_{}".format(USER, DEVICE)
|
||||||
|
|
||||||
IBEACON_DEVICE = 'keys'
|
IBEACON_DEVICE = 'keys'
|
||||||
REGION_TRACKER_STATE = "device_tracker.{}".format(IBEACON_DEVICE)
|
REGION_TRACKER_STATE = "device_tracker.beacon_{}".format(IBEACON_DEVICE)
|
||||||
|
|
||||||
LOCATION_MESSAGE = {
|
LOCATION_MESSAGE = {
|
||||||
'batt': 92,
|
'batt': 92,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user