From 41c122f9fb24e3e14c64ae00d27a4c3dd861ca88 Mon Sep 17 00:00:00 2001 From: rasmuoy <45128715+rasmuoy@users.noreply.github.com> Date: Wed, 3 Apr 2019 15:27:30 +0200 Subject: [PATCH] Update sensor.hp_ilo.markdown (#9110) https://pythonhosted.org/python-hpilo/ is dead -> http://seveas.github.io/python-hpilo/ is new location --- source/_components/sensor.hp_ilo.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/sensor.hp_ilo.markdown b/source/_components/sensor.hp_ilo.markdown index e3a70e36d60..235e67b939b 100644 --- a/source/_components/sensor.hp_ilo.markdown +++ b/source/_components/sensor.hp_ilo.markdown @@ -17,7 +17,7 @@ The `hp_ilo` platform allows you to do an API call to the HP ILO (Integrated Lig If the ILO or specified jsonpath query returns only a single value (e.g., a temperature or state), it will be put in the state field. If a data structure is returned, it will be placed in the `ilo_data` attribute. -Some more details about what can be retrieved from these sensors is available in the [python-hpilo documentation](http://pythonhosted.org/python-hpilo/). +Some more details about what can be retrieved from these sensors is available in the [python-hpilo documentation](http://seveas.github.io/python-hpilo/).