hass-core/homeassistant/components/hp_ilo/manifest.json
Niklas Roth 2ff0102bce
Bump python-hpilo to 4.4.3 (#110325)
* Update hpilo version in requirements_all.txt (#109581)

The issue with the deprecated and now removed ssl.wrap_socket function was fixed years ago in the library

* Update hpilo version in manifest.json (#109581)
2024-02-23 20:51:29 +01:00

8 lines
236 B
JSON

{
"domain": "hp_ilo",
"name": "HP Integrated Lights-Out (ILO)",
"codeowners": [],
"documentation": "https://www.home-assistant.io/integrations/hp_ilo",
"iot_class": "local_polling",
"requirements": ["python-hpilo==4.4.3"]
}