This repository provides an enhanced version of the Linksys smart device tracker for Home Assistant, specifically designed to handle authorization issues in the original integration.
For additional information about the original Linksys Smart integration, please refer to Home Assistant's official documentation.
The standard Linksys smart device tracker was previously experiencing problems due to a lack of required authorization handling. This repository provides a robust solution to this issue by implementing the necessary authorization process.
The new configuration format includes the username
and password
fields to allow for the required authorization. See the example below:
device_tracker:
- platform: linksys_smart
host: 192.168.1.1
username: admin
password: password
Note: Please replace 192.168.1.1
, admin
, and password
with your actual Linksys device's IP, username, and password respectively.
We have submitted a change request for the official integration. Until it's accepted and deployed, you can use this customized version to benefit from the enhanced functionality.
In the meantime, this custom integration can be installed via the Home Assistant Community Store (HACS) using a custom repository. Here's how to do it:
- Open HACS in your Home Assistant frontend.
- Click on the three dots in the top right corner, then select 'Custom Repositories'.
- In the 'Add Custom Repository' field, enter the following URL:
https://github.com/sideshot/hassio-linksys-smart-device-tracker.git
- Choose 'Integration' from the 'Category' dropdown menu and then click 'Add'.
- Navigate back to the 'Integrations' page.
- Click on the '+ Explore & Add Repositories' button at the bottom right.
- Search for 'hassio-linksys-smart-device-tracker' and click on it.
- Click on 'Install this repository in HACS'.
- Wait for the installation to complete and then restart Home Assistant.
Now, the Linksys smart device tracker should work without any authorization issues. Enjoy!
We encourage you to contribute to this project! Please check out the Contributing to Hassio-Linksys-Smart-Device-Tracker guide for guidelines about how to proceed.
This project is licensed under the MIT License - see the LICENSE.md file for details.