mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 03:37:07 +00:00
Updated pyitachip2ir (#6296)
* Updated pyitachip2ir * Updated requirements_all.txt
This commit is contained in:
parent
d7bf3920a5
commit
f7c7073cd7
@ -17,7 +17,7 @@ from homeassistant.const import (
|
|||||||
from homeassistant.components.remote import (
|
from homeassistant.components.remote import (
|
||||||
PLATFORM_SCHEMA, ATTR_COMMAND)
|
PLATFORM_SCHEMA, ATTR_COMMAND)
|
||||||
|
|
||||||
REQUIREMENTS = ['pyitachip2ir==0.0.5']
|
REQUIREMENTS = ['pyitachip2ir==0.0.6']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -510,7 +510,7 @@ pyicloud==0.9.1
|
|||||||
pyiss==1.0.1
|
pyiss==1.0.1
|
||||||
|
|
||||||
# homeassistant.components.remote.itach
|
# homeassistant.components.remote.itach
|
||||||
pyitachip2ir==0.0.5
|
pyitachip2ir==0.0.6
|
||||||
|
|
||||||
# homeassistant.components.sensor.lastfm
|
# homeassistant.components.sensor.lastfm
|
||||||
pylast==1.8.0
|
pylast==1.8.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user