Correct water_price sensor for suez_water: price is per m³#170898
Correct water_price sensor for suez_water: price is per m³#170898alaunay wants to merge 11 commits into
Conversation
|
Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍 |
|
Hey there @ooii, @jb101010-2, mind taking a look at this pull request as it has been labeled with an integration ( Code owner commandsCode owners of
|
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates the water_price sensor's unit of measurement to include volume denominator.
Changes:
- Change
native_unit_of_measurementfromCURRENCY_EUROconstant to a string literal containing unformatted placeholders.
|
There hasn't been any activity on this pull request recently. This pull request has been automatically marked as stale because of that and will be closed if no further activity occurs within 7 days. |
| "loggers": ["aioshelly"], | ||
| "quality_scale": "platinum", | ||
| "requirements": ["aioshelly==13.26.2"], | ||
| "requirements": ["aioshelly==13.27.0"], |
|
|
||
| # homeassistant.components.shelly | ||
| aioshelly==13.26.2 | ||
| aioshelly==13.27.0 |
Proposed change
Modify the type of sensor for the suez_water integration: the price is per 1000L (or m³).
Current sensor price cannot be used in the water energy dashboard.
Type of change