Add sensors for pellets boiler in ViCare integration#138563
Add sensors for pellets boiler in ViCare integration#138563zweckj merged 7 commits intohome-assistant:devfrom
Conversation
| state_class=SensorStateClass.MEASUREMENT, | ||
| entity_category=EntityCategory.DIAGNOSTIC, | ||
| native_unit_of_measurement=UnitOfMass.KILOGRAMS, | ||
| value_getter=lambda api: api.getFuelNeed(), |
There was a problem hiding this comment.
@Majofi01 what exactly is the fuel need? In the API it's listed under the configuration section, so I guess it's not the actual pellets consumption (per day?), right?
There was a problem hiding this comment.
the PR looks fine, do you want for a reponse here @CFenner?
There was a problem hiding this comment.
No, we could change the labeling later on, if necessary.
|
The label |
zweckj
left a comment
There was a problem hiding this comment.
btw while checking for the docs-supported-functions I just noticed your quality scale file is missing a lot of rules
|
Yes, I added just the one's that are fulfilled. |
Yes, it's better |
…138563) * add buffer sensors * remove duplicate sensor * add labels * Bump PyViCare to 2.43.0 * add fuel need sensor
Proposed change
Type of change
Additional information
Checklist
ruff format homeassistant tests)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest.requirements_all.txt.Updated by running
python3 -m script.gen_requirements_all.To help with the load of incoming pull requests: