Skip to content

Commit

Permalink
Fix hassfest Validation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
chkuendig committed May 22, 2024
1 parent a59cd59 commit 45a976b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions custom_components/hp_ilo/manifest.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"domain": "hp_ilo",
"name": "HP Integrated Lights-Out (ILO)",
"documentation": "https://github.com/chkuendig/hass-hp_ilo-beta",
"version": "0.1.0",
"requirements": [
"python-hpilo==4.4.3"
],
"codeowners": [
"@chkuendig"
],
"config_flow": true,
"documentation": "https://github.com/chkuendig/hass-hp_ilo-beta",
"iot_class": "local_polling",
"issue_tracker": "https://github.com/chkuendig/hass-hp_ilo-beta/issues",
"loggers": [
"hp_ilo"
],
"requirements": [
"python-hpilo==4.4.3"
],
"ssdp": [
{
"manufacturer": "Hewlett Packard Enterprise",
"deviceType": "urn:schemas-upnp-org:device:Basic:1"
"deviceType": "urn:schemas-upnp-org:device:Basic:1",
"manufacturer": "Hewlett Packard Enterprise"
}
],
"issue_tracker": "https://github.com/chkuendig/hass-hp_ilo-beta/issues",
"iot_class": "local_polling",
"loggers": [
"hp_ilo"
]
"version": "0.1.0"
}

0 comments on commit 45a976b

Please sign in to comment.