mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
Upgrade pyitachip2ir to 0.0.7 (#9669)
This commit is contained in:
committed by
Fabian Affolter
parent
c4810da82f
commit
12b2cfa9b5
@ -16,7 +16,7 @@ from homeassistant.const import (
|
||||
CONF_DEVICES)
|
||||
from homeassistant.components.remote import PLATFORM_SCHEMA
|
||||
|
||||
REQUIREMENTS = ['pyitachip2ir==0.0.6']
|
||||
REQUIREMENTS = ['pyitachip2ir==0.0.7']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -638,7 +638,7 @@ pyicloud==0.9.1
|
||||
pyiss==1.0.1
|
||||
|
||||
# homeassistant.components.remote.itach
|
||||
pyitachip2ir==0.0.6
|
||||
pyitachip2ir==0.0.7
|
||||
|
||||
# homeassistant.components.kira
|
||||
pykira==0.1.1
|
||||
|
Reference in New Issue
Block a user