Skip to content

Commit

Permalink
Merge pull request #89 from RobertD502/fix_ble_poll_tracking
Browse files Browse the repository at this point in the history
Fix ble poll tracking, add eversweet 3 pro (UVC Version)
  • Loading branch information
RobertD502 authored Nov 6, 2024
2 parents f124257 + 2a9eba9 commit a217d05
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<a href="https://github.com/RobertD502/home-assistant-petkit/releases"><img src="https://img.shields.io/github/v/release/RobertD502/home-assistant-petkit?display_name=tag&include_prereleases&sort=semver" alt="Current version"></a>
<img alt="GitHub" src="https://img.shields.io/github/license/RobertD502/home-assistant-petkit">
<img alt="GitHub manifest.json dynamic (path)" src="https://img.shields.io/github/manifest-json/requirements/RobertD502/home-assistant-petkit%2Fmain%2Fcustom_components%2Fpetkit?label=requirements">
<img alt="Total lines count" src="https://tokei.rs/b1/github/RobertD502/home-assistant-petkit"
<img alt="Total lines count" src="https://tokei.rs/b1/github/RobertD502/home-assistant-petkit">
</p>

<p align="center">
Expand Down Expand Up @@ -52,6 +52,7 @@ Join the Home Assistant PetKit discord server to follow development news or to s
`Water Fountains`
- [Eversweet Solo 2 Water Fountain](https://www.amazon.com/PETKIT-EVERSWEET-Wireless-Visualization-Dispenser-2L/dp/B0B3RWF653)
- [Eversweet 3 Pro Water Fountain](https://www.amazon.com/PETKIT-Wireless-Fountain-Stainless-Dispenser/dp/B09QRH6L3M/)
- [Eversweet 3 Pro (UVC Version) Water Fountain](https://petkit.com/products/eversweet-3-pro-wireless-pump-uvc)
- [Eversweet 5 Mini Water Fountain](https://www.petkit.nl/products/eversweet-5-mini-binnen-2-weken-geleverd)


Expand Down
3 changes: 2 additions & 1 deletion custom_components/petkit/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,8 @@
WATER_FOUNTAINS = {
2: 'Eversweet 5 Mini',
4: 'Eversweet 3 Pro',
5: 'Eversweet Solo 2'
5: 'Eversweet Solo 2',
6: 'Eversweet 3 Pro (UVC Version)'
}

PURIFIERS = {
Expand Down
7 changes: 5 additions & 2 deletions custom_components/petkit/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@
"integration_type": "hub",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/RobertD502/home-assistant-petkit/issues",
"loggers": [
"petkitaio"
],
"requirements": [
"petkitaio==0.1.11.2",
"petkitaio==0.1.11.3",
"tzlocal==5.1"
],
"version": "0.1.12.2"
"version": "0.1.12.3"
}

0 comments on commit a217d05

Please sign in to comment.