-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat: add latest_meter_reading_date
sensor
#105
base: main
Are you sure you want to change the base?
Conversation
PR Summary
|
PR Description updated to latest commit (bdb1099)
|
PR Review
✨ Review tool usage guide:Overview: The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a comprehensive guide on using this tool. |
8130b63
to
dce28a3
Compare
Type
enhancement
Description
elec_latest_meter_reading_date
insensor.py
to track the date of the latest meter reading.en.json
andhe.json
.Changes walkthrough
sensor.py
Add latest meter reading date sensor
custom_components/iec/sensor.py
elec_latest_meter_reading_date
to track thelatest meter reading date.
en.json
Add English translation for latest meter reading date
custom_components/iec/translations/en.json
elec_latest_meter_reading_date
sensor.
he.json
Add Hebrew translation for latest meter reading date
custom_components/iec/translations/he.json
elec_latest_meter_reading_date
sensor.