ShagoY
(ShagoY)
January 29, 2024, 7:25pm
1
Hello,
Is it possible to retrieve the pet profiles and therefore the weight of the cats from Home Assistant?
The Wisker application relates the weight between different cats, it would be great to track them on HA
PerseusX
(Nathan)
January 29, 2025, 7:31pm
2
1 Like
ShagoY
(ShagoY)
February 14, 2025, 3:33pm
3
Thanks @PerseusX I had completely forgotten
dev
โ natekspencer:litterrobot-pets
opened 06:39PM - 29 Jan 25 UTC
## Breaking change
## Proposed change
Add pets to litterrobot integratโฆ ion
## Type of change
- [ ] Dependency upgrade
- [ ] Bugfix (non-breaking change which fixes an issue)
- [ ] New integration (thank you!)
- [x] New feature (which adds functionality to an existing integration)
- [ ] Deprecation (breaking change to happen in the future)
- [ ] Breaking change (fix/feature causing existing functionality to break)
- [ ] Code quality improvements to existing code or addition of tests
## Additional information
- This PR fixes or closes issue: fixes #
- This PR is related to issue:
- Link to documentation pull request: https://github.com/home-assistant/home-assistant.io/pull/37189
## Checklist
- [x] The code change is tested and works locally.
- [x] Local tests pass. **Your PR cannot be merged unless tests pass**
- [x] There is no commented out code in this PR.
- [x] I have followed the [development checklist][dev-checklist]
- [x] I have followed the [perfect PR recommendations][perfect-pr]
- [x] The code has been formatted using Ruff (`ruff format homeassistant tests`)
- [x] Tests have been added to verify that the new code works.
If user exposed functionality or configuration variables are added/changed:
- [x] Documentation added/updated for [www.home-assistant.io][docs-repository]
If the code communicates with devices, web services, or third-party tools:
- [ ] The [manifest file][manifest-docs] has all fields filled out correctly.
Updated and included derived files by running: `python3 -m script.hassfest`.
- [ ] New or updated dependencies have been added to `requirements_all.txt`.
Updated by running `python3 -m script.gen_requirements_all`.
- [ ] For the updated dependencies - a link to the changelog, or at minimum a diff between library versions is added to the PR description.
To help with the load of incoming pull requests:
- [ ] I have reviewed two other [open pull requests][prs] in this repository.
[prs]: https://github.com/home-assistant/core/pulls?q=is%3Aopen+is%3Apr+-author%3A%40me+-draft%3Atrue+-label%3Awaiting-for-upstream+sort%3Acreated-desc+review%3Anone+-status%3Afailure
[dev-checklist]: https://developers.home-assistant.io/docs/development_checklist/
[manifest-docs]: https://developers.home-assistant.io/docs/creating_integration_manifest/
[quality-scale]: https://developers.home-assistant.io/docs/integration_quality_scale_index/
[docs-repository]: https://github.com/home-assistant/home-assistant.io
[perfect-pr]: https://developers.home-assistant.io/docs/review-process/#creating-the-perfect-pr
next
โ natekspencer:litterrobot-pets
opened 07:17PM - 29 Jan 25 UTC
## Proposed change
Add information about pets to litterrobot
## Type of โฆ change
- [ ] Spelling, grammar or other readability improvements (`current` branch).
- [ ] Adjusted missing or incorrect information in the current documentation (`current` branch).
- [ ] Added documentation for a new integration I'm adding to Home Assistant (`next` branch).
- [ ] I've opened up a PR to add logos and icons in [Brands repository](https://github.com/home-assistant/brands).
- [x] Added documentation for a new feature I'm adding to Home Assistant (`next` branch).
- [ ] Removed stale or deprecated documentation.
## Additional information
- Link to parent pull request in the codebase: https://github.com/home-assistant/core/pull/136865
- Link to parent pull request in the Brands repository:
- This PR fixes or closes issue: fixes #
## Checklist
- [x] This PR uses the correct branch, based on one of the following:
- I made a change to the existing documentation and used the `current` branch.
- I made a change that is related to an upcoming version of Home Assistant and used the `next` branch.
- [x] The documentation follows the Home Assistant documentation [standards].
[standards]: https://developers.home-assistant.io/docs/documenting/standards
## Summary by CodeRabbit
- **New Features**
- Enhanced Litter-Robot integration documentation with pet weight tracking capabilities
- Added new sensor entity for tracking pet weight when pet profiles are configured
Everything looks good to me but do you have any idea when this will be in HA prod? Iโm not really familiar with the integration process
PerseusX
(Nathan)
February 15, 2025, 4:48pm
4
New releases of functionality are the first Wednesday of the month, then only fixes are typically allowed. Beta testing begins a week before that, so anything added after misses the cutoff. This missed the cutoff for February, so it should come out in the 2025.3 release.