mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Merge pull request #2545 from deisi/acer_pyserial_update
repaired dependency of the acer projector switch
This commit is contained in:
commit
a8f34eb728
@ -27,7 +27,7 @@ CMD_DICT = {LAMP: '* 0 Lamp ?\r',
|
||||
STATE_OFF: '* 0 IR 002\r'}
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
REQUIREMENTS = ['pyserial<=3.0']
|
||||
REQUIREMENTS = ['pyserial<=3.1']
|
||||
|
||||
ICON = 'mdi:projector'
|
||||
|
||||
|
@ -303,7 +303,7 @@ pynx584==0.2
|
||||
pyowm==2.3.2
|
||||
|
||||
# homeassistant.components.switch.acer_projector
|
||||
pyserial<=3.0
|
||||
pyserial<=3.1
|
||||
|
||||
# homeassistant.components.device_tracker.snmp
|
||||
# homeassistant.components.sensor.snmp
|
||||
|
Loading…
x
Reference in New Issue
Block a user