Skip to content

Commit

Permalink
Version 1.0.6, sort manifest keys by HACS spec
Browse files Browse the repository at this point in the history
  • Loading branch information
izacus committed Jul 9, 2024
1 parent 408a5c6 commit 901822f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions custom_components/swissweather/manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"domain": "swissweather",
"name": "Swiss Weather",
"version": "1.0.5",
"codeowners": [
"@izacus"
],
"config_flow": true,
"dependencies": [],
"documentation": "https://github.com/izacus/hass-swissweather",
"issue_tracker": "https://github.com/izacus/hass-swissweather/issues",
"integration_type": "service",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/izacus/hass-swissweather/issues",
"requirements": [],
"dependencies": [],
"codeowners": [
"@izacus"
],
"iot_class": "cloud_polling"
"version": "1.0.6",
}

0 comments on commit 901822f

Please sign in to comment.