i cant find it in the store as well.
You can add the custom component manually in HACS by using the github repo url.
Unfortunately I canât update it at the moment as my HA setup poofed
I got this error recently.
Platform error âsensorâ from integration âltaâ - cannot import name âTIME_MINUTESâ from âhomeassistant.constâ (/usr/src/homeassistant/homeassistant/const.py)
Does anyone know what needs to be done?
Happened to me before.
Basically, it boiled down to your sensor.py not being the latest version 0.30 (even though it may say so).
I had to copy and paste the latest code manually from github to the actual sensor.py file and reboot. All was good after that.
A few folks have raised same issue and close them. Issues ¡ Codestian/ha-lta ¡ GitHub
Hello, this sounds like an extremely useful integration. I tried to add it to my HA but have encountered an error - hope I can get some help.
What I did:
- Manual installation and configuration as per github page (canât find on HACS), restarted HA
- Went to âintegrationsâ, noted that there was no ha-lta integration
- Clicked on âadd integrationâ, able to search for integration called âltaâ
- Received error message: âConfig flow could not be loaded: {âmessageâ:âInvalid handler specifiedâ}â
Any advice would be appreciated, thank you!
it is not added via âintegrationsâ.
you have to add it manually in âconfiguration.yamlâ
also, do note that thereâs an issue with the âsensor.pyâ file that you got from v0.3.0.
you will have to download the âsensor.pyâ from github (not zipped) and apply to \custom_components\ha-lta
Just to update - able to find it on HACS now, and had a seamless installation. Thank you so much, this was exactly what I was looking for!
For anyone still following this project, @Codestian added me as a maintainer and ill be continuing his work (with him reviewing my PRs and stuff)
Within the upcoming months I plan to get the code updated for the LTAâs V3 API and fixing the map.
Other features that people can expect is:
- Config Flow (Basically adding a GUI instead of having to use yml)
- MRT Data (Downtime/Delays)