Skip to content

Commit

Permalink
Fix manifest.json key ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
th0r88 committed Dec 19, 2024
1 parent 84b5fd0 commit 57b05a1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions custom_components/waste_collection_komunala_kranj/manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"domain": "waste_collection_komunala_kranj",
"name": "Waste Collection Komunala Kranj",
"codeowners": [],
"config_flow": true,
"documentation": "https://github.com/th0r88/hacs-waste-collection-kranj",
"dependencies": [],
"codeowners": [],
"requirements": ["aiohttp"],
"documentation": "https://github.com/[your-username]/hacs-waste-collection-komunala-kranj",
"integration_type": "entity",
"iot_class": "cloud_polling",
"version": "1.0.0",
"integration_type": "entity"
"requirements": ["aiohttp"],
"version": "1.0.0"
}

0 comments on commit 57b05a1

Please sign in to comment.