File tree Expand file tree Collapse file tree 2 files changed +22
-20
lines changed Expand file tree Collapse file tree 2 files changed +22
-20
lines changed Original file line number Diff line number Diff line change 1
1
{
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
+ ]
17
24
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " HP Integrated Lights-Out (ILO) " ,
3
3
"hacs" : " 1.6.0" ,
4
- "domains" : [
5
- " binary_sensor" ,
6
- " sensor" ,
7
- " switch"
8
- ],
9
4
"render_readme" :true
10
5
}
You can’t perform that action at this time.
0 commit comments