We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ced0ce2 commit 684eb77Copy full SHA for 684eb77
1 file changed
custom_components/splitwise/manifest.json
@@ -1,12 +1,12 @@
1
{
2
"domain": "splitwise",
3
"name": "Splitwise",
4
+ "codeowners": ["@sriramsv"],
5
+ "config_flow": true,
6
+ "dependencies": ["application_credentials"],
7
"documentation": "https://github.com/sriramsv/custom_component_splitwise",
8
+ "iot_class": "cloud_polling",
9
"issue_tracker": "https://github.com/sriramsv/custom_component_splitwise/issues",
- "dependencies": ["application_credentials"],
- "codeowners": ["@sriramsv"],
10
"requirements": ["splitwise==3.0.0"],
- "iot_class": "cloud_polling",
- "config_flow": true,
11
- "version": "0.2.8"
+ "version": "0.2.9"
12
}
0 commit comments