Skip to content

Commit e45bb8c

Browse files
committed
Fix manifest key ordering for hassfest
1 parent 007089e commit e45bb8c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"domain": "dte_rates",
33
"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",
74
"codeowners": ["@javaDevJT"],
8-
"integration_type": "service",
5+
"config_flow": true,
96
"dependencies": ["http"],
7+
"documentation": "https://github.com/javaDevJT/DTE-Rates-for-Home-Assistant#readme",
8+
"integration_type": "service",
9+
"iot_class": "cloud_polling",
10+
"issue_tracker": "https://github.com/javaDevJT/DTE-Rates-for-Home-Assistant/issues",
1011
"requirements": ["pypdf==5.4.0"],
11-
"config_flow": true,
12-
"iot_class": "cloud_polling"
12+
"version": "0.2.0"
1313
}

0 commit comments

Comments
 (0)