Export your device location and save it in a database.
Go to file
Cyberes d1110dece8 add code 2024-09-03 14:30:50 -06:00
lib add code 2024-09-03 14:30:50 -06:00
.gitignore add code 2024-09-03 14:30:50 -06:00
LICENSE Initial commit 2024-08-31 18:51:51 -06:00
README.md add code 2024-09-03 14:30:50 -06:00
config.sample.yml add code 2024-09-03 14:30:50 -06:00
ha-location-export.service add code 2024-09-03 14:30:50 -06:00
main.py add code 2024-09-03 14:30:50 -06:00
requirements.txt add code 2024-09-03 14:30:50 -06:00

README.md

ha-location-exporter

Export your device location and save it in a database.

Install

sudo apt-get install mariadb-client libmariadb-dev
pip install -r requirements.txt
cp config.sample.yml config.yml

Then, edit config.yml.