-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from RobertD502/dev
- Add support for Infinity feeder and Pura X - Add purified water today sensor for water fountain - Fix energy usage calculation for water fountain - Disable light brightness entity when light is turned off on water fountain
- Loading branch information
Showing
9 changed files
with
4,836 additions
and
113 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"domain": "petkit", | ||
"name": "PetKit", | ||
"version": "0.1.0b0", | ||
"version": "0.1.0b1", | ||
"integration_type": "hub", | ||
"iot_class": "cloud_polling", | ||
"documentation": "https://github.com/RobertD502/home-assistant-petkit/blob/main/README.md", | ||
"issue_tracker": "https://github.com/RobertD502/home-assistant-petkit/issues", | ||
"config_flow": true, | ||
"requirements": ["petkitaio==0.1.0"], | ||
"requirements": ["petkitaio==0.1.1", "tzlocal>=4.2"], | ||
"dependencies": [], | ||
"codeowners": ["@RobertD502"] | ||
} |
Oops, something went wrong.