Skip to content

Commit 8ad9438

Browse files
committed
Fix Validation Issues
1 parent 2051828 commit 8ad9438

File tree

2 files changed

+22
-20
lines changed

2 files changed

+22
-20
lines changed
Lines changed: 22 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,24 @@
11
{
2-
"domain": "hp_ilo",
3-
"name": "HP Integrated Lights-Out (ILO)",
4-
"documentation": "https://www.home-assistant.io/integrations/hp_ilo",
5-
"version": "0.1.0",
6-
"requirements": ["python-hpilo==4.4.3"],
7-
"codeowners": ["@chkuendig"],
8-
"config_flow": true,
9-
"ssdp": [
10-
{
11-
"manufacturer": "Hewlett Packard Enterprise",
12-
"deviceType": "urn:schemas-upnp-org:device:Basic:1"
13-
}
14-
],
15-
"iot_class": "local_polling",
16-
"loggers": ["hp_ilo"]
2+
"domain": "hp_ilo",
3+
"name": "HP Integrated Lights-Out (ILO)",
4+
"documentation": "https://github.com/chkuendig/hass-hp_ilo-beta",
5+
"version": "0.1.0",
6+
"requirements": [
7+
"python-hpilo==4.4.3"
8+
],
9+
"codeowners": [
10+
"@chkuendig"
11+
],
12+
"config_flow": true,
13+
"ssdp": [
14+
{
15+
"manufacturer": "Hewlett Packard Enterprise",
16+
"deviceType": "urn:schemas-upnp-org:device:Basic:1"
17+
}
18+
],
19+
"issue_tracker": "https://github.com/chkuendig/hass-hp_ilo-beta/issues",
20+
"iot_class": "local_polling",
21+
"loggers": [
22+
"hp_ilo"
23+
]
1724
}

hacs.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
{
22
"name": "HP Integrated Lights-Out (ILO) ",
33
"hacs": "1.6.0",
4-
"domains": [
5-
"binary_sensor",
6-
"sensor",
7-
"switch"
8-
],
94
"render_readme":true
105
}

0 commit comments

Comments
 (0)