Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.

Commit

Permalink
Reorder manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
lyricnz committed Mar 1, 2023
1 parent b50926f commit fb7642a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions custom_components/tplink_ess/manifest.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"domain": "tplink_ess",
"name": "TPLink ESS",
"documentation": "https://github.com/lyricnz/tplink_ess",
"iot_class": "local_polling",
"issue_tracker": "https://github.com/lyricnz/tplink_ess/issues",
"config_flow": true,
"codeowners": [
"@lyricnz",
"@firstof9"
],
"requirements": [
"tplink-ess-lib==0.4.3"
],
"config_flow": true,
"documentation": "https://github.com/lyricnz/tplink_ess",
"iot_class": "local_polling",
"issue_tracker": "https://github.com/lyricnz/tplink_ess/issues",
"loggers": [
"tplink-ess-lib"
],
"requirements": [
"tplink-ess-lib==0.4.3"
],
"version": "0.0.0"
}

0 comments on commit fb7642a

Please sign in to comment.