mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
repaired dependency of the acer projector switch
This commit is contained in:
parent
cfbc749000
commit
f261aac9cb
@ -27,7 +27,7 @@ CMD_DICT = {LAMP: '* 0 Lamp ?\r',
|
|||||||
STATE_OFF: '* 0 IR 002\r'}
|
STATE_OFF: '* 0 IR 002\r'}
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
REQUIREMENTS = ['pyserial<=3.0']
|
REQUIREMENTS = ['pyserial<=3.1']
|
||||||
|
|
||||||
ICON = 'mdi:projector'
|
ICON = 'mdi:projector'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user