diff --git a/README.md b/README.md index 8545528..cb36b1a 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Current version GitHub GitHub manifest.json dynamic (path) - Total lines count

@@ -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) diff --git a/custom_components/petkit/const.py b/custom_components/petkit/const.py index e65ee03..f939ad0 100644 --- a/custom_components/petkit/const.py +++ b/custom_components/petkit/const.py @@ -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 = { diff --git a/custom_components/petkit/manifest.json b/custom_components/petkit/manifest.json index 1ae47cb..a31ba5b 100644 --- a/custom_components/petkit/manifest.json +++ b/custom_components/petkit/manifest.json @@ -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" }