Skip to content

Commit

Permalink
Manifest.json: Sort entries according to standard
Browse files Browse the repository at this point in the history
  • Loading branch information
a529987659852 committed Mar 6, 2023
1 parent f351ea2 commit bb81e22
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions custom_components/openwbmqtt/manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"domain": "openwbmqtt",
"name": "openWB over MQTT",
"documentation": "https://github.com/a529987659852/openWB-mqtt",
"dependencies": ["mqtt"],
"codeowners": ["@a529987659852"],
"config_flow": true,
"dependencies": ["mqtt"],
"documentation": "https://github.com/a529987659852/openWB-mqtt",
"integration_type": "device",
"iot_class": "local_polling",
"issue_tracker": "https://github.com/a529987659852/openwbmqtt/issues",
"requirements": [],
"iot_class": "local_polling",
"version": "0.5",
"config_flow": true,
"integration_type": "device"
"version": "0.5"
}

0 comments on commit bb81e22

Please sign in to comment.