8000 GitHub - oroce/ble-presence-addon
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

oroce/ble-presence-addon

8000

Repository files navigation

ble-tracker-addon

BLE Tracker addon for hass.io

Configuration

{
  "mqtt": {
    "prefix": "home/location",
    "url": "mqtt://localhost:1883"
  },
  "whitelist-macs": ["e0:79:93:26:4f:c2"],
  "whitelist": []
}

whitelist-macs: array of mac addresses

whitelist: array of device names

Building

Locally

docker build --build-arg BUILD_FROM="homeassistant/amd64-base:latest" -t local/ble-presence-addon:latest .

Remotely

docker build --build-arg BUILD_FROM="homeassistant/amd64-base:latest" -t ble-presence-addon:latest github.com/oroce/ble-presence-addon

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0