Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielhiversen/home_assistant_petcare
Petcare integration for Home Assistant
https://github.com/danielhiversen/home_assistant_petcare
home-assistant sure-petcare
Last synced: about 1 month ago
JSON representation
Petcare integration for Home Assistant
- Host: GitHub
- URL: https://github.com/danielhiversen/home_assistant_petcare
- Owner: Danielhiversen
- License: mit
- Created: 2021-03-06T13:19:23.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-05T05:35:07.000Z (over 2 years ago)
- Last Synced: 2024-06-13T08:44:16.466Z (7 months ago)
- Topics: home-assistant, sure-petcare
- Language: Python
- Homepage:
- Size: 65.4 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Sure Petcare
![Validate with hassfest](https://github.com/Danielhiversen/home_assistant_adax/workflows/Validate%20with%20hassfest/badge.svg)
[![GitHub Release][releases-shield]][releases]
[![hacs_badge](https://img.shields.io/badge/HACS-Custom-orange.svg)](https://github.com/custom-components/hacs)Custom component for using Sure Petcare flaps in Home Assistant. This is an alternative integration to the offical one: https://www.home-assistant.io/integrations/surepetcare/
This add support for locks and limit the number of unecessary requests to petcare as much as possible. It does not support feeders.
I am planning to add this to the HA core version## Acknowledgments
* Thanks to [@benleb](https://github.com/benleb) for [https://github.com/benleb/surepy](https://github.com/benleb/surepy)
* Thanks to [@rcastberg](https://github.com/rcastberg) for [github.com/rcastberg/sure_petcare](https://github.com/rcastberg/sure_petcare)## Install
Use [hacs](https://hacs.xyz/) (probably easier) or copy the files to the custom_components folder in Home Assistant (should be placed in the same folder as configuration.yaml) . How to install from hacs: https://hacs.xyz/docs/faq/custom_repositories/## Configuration (2 options)
You have two alternatives.
Alternative 1:
Go to integration page in HA, press + and search for Petcare
Enter your email
Enter your passwordAlternative 2:
In configuration.yaml:```
petcare:
mail: [email protected]
password: 'pswd'```
[releases]: https://github.com/Danielhiversen/home_assistant_petcare/releases
[releases-shield]: https://img.shields.io/github/release/Danielhiversen/home_assistant_petcare.svg?style=popout
[downloads-total-shield]: https://img.shields.io/github/downloads/Danielhiversen/home_assistant_petcare/total
[hacs-shield]: https://img.shields.io/badge/HACS-Default-orange.svg
[hacs]: https://hacs.xyz/docs/default_repositories