Skip to content

Commit

Permalink
Fix Validation Issues
Browse files Browse the repository at this point in the history
  • Loading branch information
chkuendig committed May 21, 2024
1 parent 2051828 commit 8ad9438
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 20 deletions.
37 changes: 22 additions & 15 deletions custom_components/hp_ilo/manifest.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,24 @@
{
"domain": "hp_ilo",
"name": "HP Integrated Lights-Out (ILO)",
"documentation": "https://www.home-assistant.io/integrations/hp_ilo",
"version": "0.1.0",
"requirements": ["python-hpilo==4.4.3"],
"codeowners": ["@chkuendig"],
"config_flow": true,
"ssdp": [
{
"manufacturer": "Hewlett Packard Enterprise",
"deviceType": "urn:schemas-upnp-org:device:Basic:1"
}
],
"iot_class": "local_polling",
"loggers": ["hp_ilo"]
"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,
"ssdp": [
{
"manufacturer": "Hewlett Packard Enterprise",
"deviceType": "urn:schemas-upnp-org:device:Basic:1"
}
],
"issue_tracker": "https://github.com/chkuendig/hass-hp_ilo-beta/issues",
"iot_class": "local_polling",
"loggers": [
"hp_ilo"
]
}
5 changes: 0 additions & 5 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
{
"name": "HP Integrated Lights-Out (ILO) ",
"hacs": "1.6.0",
"domains": [
"binary_sensor",
"sensor",
"switch"
],
"render_readme":true
}

0 comments on commit 8ad9438

Please sign in to comment.