mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 11:47:06 +00:00
Fix Hikvision (motion) switch bug (#10608)
* Fix Hikvision switch bug * Added comment about last working version
This commit is contained in:
parent
d652d793f3
commit
3a0c749a12
@ -15,7 +15,8 @@ from homeassistant.const import (
|
|||||||
from homeassistant.helpers.entity import ToggleEntity
|
from homeassistant.helpers.entity import ToggleEntity
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['hikvision==1.2']
|
REQUIREMENTS = ['hikvision==0.4']
|
||||||
|
# This is the last working version, please test before updating
|
||||||
|
|
||||||
_LOGGING = logging.getLogger(__name__)
|
_LOGGING = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -322,7 +322,7 @@ hbmqtt==0.8
|
|||||||
heatmiserV3==0.9.1
|
heatmiserV3==0.9.1
|
||||||
|
|
||||||
# homeassistant.components.switch.hikvisioncam
|
# homeassistant.components.switch.hikvisioncam
|
||||||
hikvision==1.2
|
hikvision==0.4
|
||||||
|
|
||||||
# homeassistant.components.notify.hipchat
|
# homeassistant.components.notify.hipchat
|
||||||
hipnotify==1.0.8
|
hipnotify==1.0.8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user