Skip to content

Commit

Permalink
Update manifest.json
Browse files Browse the repository at this point in the history
reorder manifest to fix action failure "Error: R] [MANIFEST] Manifest keys have been sorted: domain, name, then alphabetical order"
  • Loading branch information
markvader committed Apr 3, 2023
1 parent cb8cfaf commit 9979f5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions custom_components/rpi_rf/manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"domain": "rpi_rf",
"name": "Raspberry Pi RF",
"documentation": "https://github.com/markvader/ha-rpi_rf",
"issue_tracker": "https://github.com/markvader/ha-rpi_rf/issues",
"requirements": ["RPi.GPIO==0.7.1", "rpi-rf==0.9.7"],
"codeowners": ["@markvader"],
"documentation": "https://github.com/markvader/ha-rpi_rf",
"iot_class": "assumed_state",
"issue_tracker": "https://github.com/markvader/ha-rpi_rf/issues",
"requirements": ["RPi.GPIO==0.7.1", "rpi-rf==0.9.7"],
"version": "2022.9.0"
}

0 comments on commit 9979f5f

Please sign in to comment.