From eb8093934faeceb448f51fd67e7080f679f22a14 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 21 Nov 2016 17:31:14 +0100 Subject: [PATCH] Upgrade python-hpilo to 3.9 (#4482) --- homeassistant/components/sensor/hp_ilo.py | 6 +++--- requirements_all.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/sensor/hp_ilo.py b/homeassistant/components/sensor/hp_ilo.py index d71e8f5ad6e..17a58dd9862 100644 --- a/homeassistant/components/sensor/hp_ilo.py +++ b/homeassistant/components/sensor/hp_ilo.py @@ -17,7 +17,7 @@ from homeassistant.helpers.entity import Entity from homeassistant.util import Throttle import homeassistant.helpers.config_validation as cv -REQUIREMENTS = ['python-hpilo==3.8'] +REQUIREMENTS = ['python-hpilo==3.9'] _LOGGER = logging.getLogger(__name__) @@ -55,7 +55,7 @@ PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend({ # pylint: disable=unused-argument def setup_platform(hass, config, add_devices, discovery_info=None): - """Setup the HP ILO sensor.""" + """Set up the HP ILO sensor.""" hostname = config.get(CONF_HOST) port = config.get(CONF_PORT) login = config.get(CONF_USERNAME) @@ -83,7 +83,7 @@ def setup_platform(hass, config, add_devices, discovery_info=None): class HpIloSensor(Entity): - """Representation a HP ILO sensor.""" + """Representation of a HP ILO sensor.""" def __init__(self, hp_ilo_data, sensor_type, client_name): """Initialize the sensor.""" diff --git a/requirements_all.txt b/requirements_all.txt index b7da66e2049..def4a0c18cb 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -417,7 +417,7 @@ python-digitalocean==1.10.1 python-forecastio==1.3.5 # homeassistant.components.sensor.hp_ilo -python-hpilo==3.8 +python-hpilo==3.9 # homeassistant.components.lirc # python-lirc==1.2.3