mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 03:37:07 +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,
|
ATTR_HS_COLOR,
|
||||||
SUPPORT_BRIGHTNESS,
|
SUPPORT_BRIGHTNESS,
|
||||||
SUPPORT_COLOR,
|
SUPPORT_COLOR,
|
||||||
Light,
|
LightEntity,
|
||||||
)
|
)
|
||||||
from homeassistant.config_entries import ConfigEntry
|
from homeassistant.config_entries import ConfigEntry
|
||||||
from homeassistant.const import EVENT_HOMEASSISTANT_STOP
|
from homeassistant.const import EVENT_HOMEASSISTANT_STOP
|
||||||
@ -95,7 +95,7 @@ async def async_setup_entry(
|
|||||||
async_track_time_interval(hass, discover, DISCOVERY_INTERVAL)
|
async_track_time_interval(hass, discover, DISCOVERY_INTERVAL)
|
||||||
|
|
||||||
|
|
||||||
class ZerprocLight(Light):
|
class ZerprocLight(LightEntity):
|
||||||
"""Representation of an Zerproc Light."""
|
"""Representation of an Zerproc Light."""
|
||||||
|
|
||||||
def __init__(self, light):
|
def __init__(self, light):
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/zerproc",
|
"documentation": "https://www.home-assistant.io/integrations/zerproc",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"pyzerproc==0.2.4"
|
"pyzerproc==0.2.5"
|
||||||
],
|
],
|
||||||
"codeowners": [
|
"codeowners": [
|
||||||
"@emlove"
|
"@emlove"
|
||||||
|
@ -1836,7 +1836,7 @@ pyzabbix==0.7.4
|
|||||||
pyzbar==0.1.7
|
pyzbar==0.1.7
|
||||||
|
|
||||||
# homeassistant.components.zerproc
|
# homeassistant.components.zerproc
|
||||||
pyzerproc==0.2.4
|
pyzerproc==0.2.5
|
||||||
|
|
||||||
# homeassistant.components.qnap
|
# homeassistant.components.qnap
|
||||||
qnapstats==0.3.0
|
qnapstats==0.3.0
|
||||||
|
@ -796,7 +796,7 @@ pyvizio==0.1.48
|
|||||||
pywebpush==1.9.2
|
pywebpush==1.9.2
|
||||||
|
|
||||||
# homeassistant.components.zerproc
|
# homeassistant.components.zerproc
|
||||||
pyzerproc==0.2.4
|
pyzerproc==0.2.5
|
||||||
|
|
||||||
# homeassistant.components.rachio
|
# homeassistant.components.rachio
|
||||||
rachiopy==0.1.3
|
rachiopy==0.1.3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user