Skip to content

Commit

Permalink
Fix manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed Oct 1, 2023
1 parent ec357f5 commit 75c62c8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions custom_components/gismeteo/manifest.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"domain": "gismeteo",
"name": "Gismeteo",
"version": "2.5.2-alpha",
"documentation": "https://github.com/Limych/ha-gismeteo",
"issue_tracker": "https://github.com/Limych/ha-gismeteo/issues",
"dependencies": [
"weather"
],
"config_flow": true,
"codeowners": [
"@Limych"
],
"config_flow": true,
"dependencies": [
"weather"
],
"documentation": "https://github.com/Limych/ha-gismeteo",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/Limych/ha-gismeteo/issues",
"requirements": [],
"iot_class": "cloud_polling"
}
"version": "2.5.2-alpha"
}

0 comments on commit 75c62c8

Please sign in to comment.