mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Fix hlk-sw16 inverted switch state (#22059)
This commit is contained in:
parent
9f96aab2f4
commit
9c7ef13f91
@ -13,7 +13,7 @@ from homeassistant.helpers.discovery import async_load_platform
|
|||||||
from homeassistant.helpers.dispatcher import (
|
from homeassistant.helpers.dispatcher import (
|
||||||
async_dispatcher_send, async_dispatcher_connect)
|
async_dispatcher_send, async_dispatcher_connect)
|
||||||
|
|
||||||
REQUIREMENTS = ['hlk-sw16==0.0.6']
|
REQUIREMENTS = ['hlk-sw16==0.0.7']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -545,7 +545,7 @@ hipnotify==1.0.8
|
|||||||
hkavr==0.0.5
|
hkavr==0.0.5
|
||||||
|
|
||||||
# homeassistant.components.hlk_sw16
|
# homeassistant.components.hlk_sw16
|
||||||
hlk-sw16==0.0.6
|
hlk-sw16==0.0.7
|
||||||
|
|
||||||
# homeassistant.components.pi_hole.sensor
|
# homeassistant.components.pi_hole.sensor
|
||||||
hole==0.3.0
|
hole==0.3.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user