Fix hlk-sw16 inverted switch state (#22059)
parent
9f96aab2f4
commit
9c7ef13f91
|
@ -13,7 +13,7 @@ from homeassistant.helpers.discovery import async_load_platform
|
|||
from homeassistant.helpers.dispatcher import (
|
||||
async_dispatcher_send, async_dispatcher_connect)
|
||||
|
||||
REQUIREMENTS = ['hlk-sw16==0.0.6']
|
||||
REQUIREMENTS = ['hlk-sw16==0.0.7']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -545,7 +545,7 @@ hipnotify==1.0.8
|
|||
hkavr==0.0.5
|
||||
|
||||
# homeassistant.components.hlk_sw16
|
||||
hlk-sw16==0.0.6
|
||||
hlk-sw16==0.0.7
|
||||
|
||||
# homeassistant.components.pi_hole.sensor
|
||||
hole==0.3.0
|
||||
|
|
Loading…
Reference in New Issue