Zerproc cleanup (#37072)

This commit is contained in:
Emily Mills
2020-06-24 19:02:03 -04:00
committed by GitHub
parent bd42827d43
commit 9f855c7d01
4 changed files with 5 additions and 5 deletions

View File

@@ -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):

View File

@@ -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"

View File

@@ -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

View File

@@ -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