mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Zerproc cleanup (#37072)
This commit is contained in:
parent
bd42827d43
commit
9f855c7d01
@ -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):
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user