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
2 changed files with 3 additions and 2 deletions
|
@ -15,7 +15,8 @@ from homeassistant.const import (
|
|||
from homeassistant.helpers.entity import ToggleEntity
|
||||
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__)
|
||||
|
||||
|
|
|
@ -322,7 +322,7 @@ hbmqtt==0.8
|
|||
heatmiserV3==0.9.1
|
||||
|
||||
# homeassistant.components.switch.hikvisioncam
|
||||
hikvision==1.2
|
||||
hikvision==0.4
|
||||
|
||||
# homeassistant.components.notify.hipchat
|
||||
hipnotify==1.0.8
|
||||
|
|
Loading…
Add table
Reference in a new issue