Hi,
I am not able to add device tracker, it keep prompting about missing “devices” maybe new format in place, I am not aware of.
- platform: luci
host: '192.168.40.2'
username: 'root'
password:
Hi,
I am not able to add device tracker, it keep prompting about missing “devices” maybe new format in place, I am not aware of.
- platform: luci
host: '192.168.40.2'
username: 'root'
password:
This might be dumb but I think your indentation is wrong.
Change this:
- platform: luci
host: '192.168.40.2'
username: 'root'
password:
To this:
- platform: luci
host: '192.168.40.2'
username: 'root'
password:
Just checking, you have this in your configuration.yaml
right?
device_tracker: !include device-tracker.yaml
Thanks, you was right,