diff --git a/homeassistant/components/zerproc/light.py b/homeassistant/components/zerproc/light.py index 0a7141efe8a..0fa18197764 100644 --- a/homeassistant/components/zerproc/light.py +++ b/homeassistant/components/zerproc/light.py @@ -10,7 +10,7 @@ from homeassistant.components.light import ( ATTR_HS_COLOR, SUPPORT_BRIGHTNESS, SUPPORT_COLOR, - Light, + LightEntity, ) from homeassistant.config_entries import ConfigEntry from homeassistant.const import EVENT_HOMEASSISTANT_STOP @@ -95,7 +95,7 @@ async def async_setup_entry( async_track_time_interval(hass, discover, DISCOVERY_INTERVAL) -class ZerprocLight(Light): +class ZerprocLight(LightEntity): """Representation of an Zerproc Light.""" def __init__(self, light): diff --git a/homeassistant/components/zerproc/manifest.json b/homeassistant/components/zerproc/manifest.json index f00a8bdc885..4f9b559bc19 100644 --- a/homeassistant/components/zerproc/manifest.json +++ b/homeassistant/components/zerproc/manifest.json @@ -4,7 +4,7 @@ "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/zerproc", "requirements": [ - "pyzerproc==0.2.4" + "pyzerproc==0.2.5" ], "codeowners": [ "@emlove" diff --git a/requirements_all.txt b/requirements_all.txt index c00d3d3dfd3..1b21e45c71b 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1836,7 +1836,7 @@ pyzabbix==0.7.4 pyzbar==0.1.7 # homeassistant.components.zerproc -pyzerproc==0.2.4 +pyzerproc==0.2.5 # homeassistant.components.qnap qnapstats==0.3.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 6db4ba37354..2c8cdba6c5f 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -796,7 +796,7 @@ pyvizio==0.1.48 pywebpush==1.9.2 # homeassistant.components.zerproc -pyzerproc==0.2.4 +pyzerproc==0.2.5 # homeassistant.components.rachio rachiopy==0.1.3