We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
First off, thanks for this code, helped me get my "ESP32-C6: ePulse Feather" battery monitor working.
For the battery voltage I suggest using this conifg to stop it showing up as a battery:
battery_voltage: name: Battery voltage id: batt_v device_class: voltage state_class: measurement
For the rate setting I couldn't really find a suitable class so did this:
rate: name: Battery discharge rate id: batt_discharge_rate device_class: "" state_class: measurement
(I needed this to stop my low battery template finding these two entities and reporting them as low batteries.)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
First off, thanks for this code, helped me get my "ESP32-C6: ePulse Feather" battery monitor working.
For the battery voltage I suggest using this conifg to stop it showing up as a battery:
For the rate setting I couldn't really find a suitable class so did this:
(I needed this to stop my low battery template finding these two entities and reporting them as low batteries.)
The text was updated successfully, but these errors were encountered: