Skip to content

Commit 7b03ce0

Browse files
authored
Fix broken integration
This fix issue #10 , As breaking changes in the panasonic api had been fix in the latest release of the underlying library
1 parent 3b0be9f commit 7b03ce0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

custom_components/panasonic_cc/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"documentation": "https://github.com/sockless-coding/panasonic_cc/",
66
"dependencies": [],
77
"codeowners": ["sockless-coding"],
8-
"requirements": ["pcomfortcloud==0.0.15"]
8+
"requirements": ["pcomfortcloud==0.0.16"]
99
}
10-
10+

0 commit comments

Comments
 (0)