-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fuel level sensor not available #273
Comments
Same kind of issue when updated to 2024.7.0 so restored back to 2024.6.4 |
Same here...🫤 |
this is a workaround for anyone interested in updating HA core to the latest available release, while keeping the fuel level sensor enabled.
|
same error from update 2024.7 |
Same error. No more Fuel level percentage. In the My Toyota App it is still available. |
Same here. I upgraded directly from 2024.6.x (latest) to 2024.7.3 and fuel level sensor is off. |
I can confim this workaround helps. Restart of HA is required to apply changes. |
Any chance this getting resolved without manual workaround in sensor.py file? |
Feel free to open a Pull request for it. It looks like Home Assistant has changed the restrictions for the Another option would be to change the A better device_class would actually be |
to get around the % problem, I used a solution, not beautiful but functional sensor:
|
Other solution to add % sign: See https://community.home-assistant.io/t/adding-units-of-measurement-in-2021-12/384972/10 Edit configuration.yaml homeassistant:
Don't forget : signs Check and reload configuration.yaml |
I got it working by commenting out https://github.com/DurgNomis-drol/ha_toyota/blob/master/custom_components/toyota/sensor.py#L321, i.e. removing the @CM000n I've created a pull request for this. But I have to admit: I have looked around at the documentation, but am not really able to understand the difference between the |
Solves DurgNomis-drol#273 and makes it work in 2024.7
* Remove `suggested_unit_of_measurement` attributes Solves #273 and makes it work in 2024.7 * Revert "Remove `suggested_unit_of_measurement` attributes" This reverts commit e7003f4. * add explicit suggested_unit_of_measurement * set explicit `native_unit` and `suggested_unit` * bump version to 2.0.5 --------- Co-authored-by: Simon Hörrle <7945681+CM000n@users.noreply.github.com>
Should be fixed now in |
Closed due to discontinuation of the project. See: #346 |
It stopped working a few days ago.
The text was updated successfully, but these errors were encountered: