Adds device tracking support for Tenda W30E to Home Assistant.
- Install using HACS or manually copy the files
- Add tenda_tracker to your configuration.yaml
- Restart Home Assistant
For easy updates whenever a new version is released, use the Home Assistant Community Store (HACS) and add the following Integration in the Settings tab:
thiagoeolima/home-assistant-tenda-tracker
Now that that installation and authentication are done, all that is left is to add the device_tracker to your configuration.yaml
.
The minimum required configuration:
device_tracker:
- platform: tenda_tracker
host: 192.168.1.1
password: <password to admin panel>
You should see new devices in your entities.
I am not a python developer so code can be not as clean as I would want to. Feel free to contribute and do refactor!