We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 007089e commit e45bb8cCopy full SHA for e45bb8c
1 file changed
custom_components/dte_rates/manifest.json
@@ -1,13 +1,13 @@
1
{
2
"domain": "dte_rates",
3
"name": "DTE Residential Rates",
4
- "version": "0.2.0",
5
- "documentation": "https://github.com/javaDevJT/DTE-Rates-for-Home-Assistant#readme",
6
- "issue_tracker": "https://github.com/javaDevJT/DTE-Rates-for-Home-Assistant/issues",
7
"codeowners": ["@javaDevJT"],
8
- "integration_type": "service",
+ "config_flow": true,
9
"dependencies": ["http"],
+ "documentation": "https://github.com/javaDevJT/DTE-Rates-for-Home-Assistant#readme",
+ "integration_type": "service",
+ "iot_class": "cloud_polling",
10
+ "issue_tracker": "https://github.com/javaDevJT/DTE-Rates-for-Home-Assistant/issues",
11
"requirements": ["pypdf==5.4.0"],
- "config_flow": true,
12
- "iot_class": "cloud_polling"
+ "version": "0.2.0"
13
}
0 commit comments