From f261aac9cbf8bde0258eb1c8a93716125d4410c1 Mon Sep 17 00:00:00 2001 From: Malte Deiseroth Date: Sun, 17 Jul 2016 16:45:58 +0200 Subject: [PATCH 1/2] repaired dependency of the acer projector switch --- homeassistant/components/switch/acer_projector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/switch/acer_projector.py b/homeassistant/components/switch/acer_projector.py index 5fb7fad909d..b0a6a93cb4d 100644 --- a/homeassistant/components/switch/acer_projector.py +++ b/homeassistant/components/switch/acer_projector.py @@ -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' From 1002a1b7c914148c4bac2e0b6d7ad77f2027dc0f Mon Sep 17 00:00:00 2001 From: Malte Date: Sun, 17 Jul 2016 18:00:41 +0200 Subject: [PATCH 2/2] run gen_requirements.py --- requirements_all.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_all.txt b/requirements_all.txt index ff8783a54b4..d65e3af8a82 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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