rmoesbergen / openwrt-ha-device-tracker

OpenWRT device tracker for Home Assistant that actually works
100 stars 17 forks source link

Error in sample config #45

Closed andreid1303 closed 2 months ago

andreid1303 commented 6 months ago

There is a space in sample config that prevent service to run:

-"hass_token" : "<Home Assistant REST API Bearer Token>" +"hass_token": "<Home Assistant REST API Bearer Token>"

rmoesbergen commented 6 months ago

Hi @andreid1303 , thanks for the report. Although the space shouldn't be there, it doesn't stop the program from working: it's still valid JSON (I just tested this on my device). Do you get an exception when your configuration is invalid?

rmoesbergen commented 2 months ago

Readme updated