Skip to content

Commit

Permalink
Sort manifest (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi authored Feb 26, 2023
1 parent 8a93003 commit 20c97ce
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions custom_components/xiaomi_miio_fan/manifest.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"domain": "xiaomi_miio_fan",
"name": "Xiaomi Mi Smart Pedestal Fan",
"version": "2022.8.0.0",
"iot_class": "local_polling",
"codeowners": [
"@syssi"
],
"dependencies": [],
"documentation": "https://github.com/syssi/xiaomi_fan",
"iot_class": "local_polling",
"issue_tracker": "https://github.com/syssi/xiaomi_fan/issues",
"requirements": [
"construct==2.10.56",
"python-miio>=0.5.12"
],
"dependencies": [],
"codeowners": [
"@syssi"
]
"version": "2022.8.0.0"
}

0 comments on commit 20c97ce

Please sign in to comment.