mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 09:17:10 +00:00
Update PyISY to 1.0.6 (#2133)
* Update PyISY to 1.0.6 1.0.6 is the newest version of PyISY * PyISY to 1.0.6
This commit is contained in:
parent
415cfc2537
commit
3db31cb951
@ -16,7 +16,7 @@ from homeassistant.helpers.entity import ToggleEntity
|
||||
from homeassistant.loader import get_component
|
||||
|
||||
DOMAIN = "isy994"
|
||||
REQUIREMENTS = ['PyISY==1.0.5']
|
||||
REQUIREMENTS = ['PyISY==1.0.6']
|
||||
DISCOVER_LIGHTS = "isy994.lights"
|
||||
DISCOVER_SWITCHES = "isy994.switches"
|
||||
DISCOVER_SENSORS = "isy994.sensors"
|
||||
|
@ -9,7 +9,7 @@ voluptuous==0.8.9
|
||||
webcolors==1.5
|
||||
|
||||
# homeassistant.components.isy994
|
||||
PyISY==1.0.5
|
||||
PyISY==1.0.6
|
||||
|
||||
# homeassistant.components.arduino
|
||||
PyMata==2.12
|
||||
|
Loading…
x
Reference in New Issue
Block a user