mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
RFC: Embed platforms without component for remote component. (#20809)
* Embed platforms for remote component. * Update reqs
This commit is contained in:
parent
f1a00cc0f9
commit
6fad9e1a0a
5
homeassistant/components/harmony/__init__.py
Normal file
5
homeassistant/components/harmony/__init__.py
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
"""The harmony component.
|
||||||
|
|
||||||
|
For more details about this component, please refer to the documentation at
|
||||||
|
https://home-assistant.io/components/harmony/
|
||||||
|
"""
|
5
homeassistant/components/itach/__init__.py
Normal file
5
homeassistant/components/itach/__init__.py
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
"""The itach component.
|
||||||
|
|
||||||
|
For more details about this component, please refer to the documentation at
|
||||||
|
https://home-assistant.io/components/itach/
|
||||||
|
"""
|
@ -110,7 +110,7 @@ aiofreepybox==0.0.6
|
|||||||
# homeassistant.components.camera.yi
|
# homeassistant.components.camera.yi
|
||||||
aioftp==0.12.0
|
aioftp==0.12.0
|
||||||
|
|
||||||
# homeassistant.components.remote.harmony
|
# homeassistant.components.harmony.remote
|
||||||
aioharmony==0.1.5
|
aioharmony==0.1.5
|
||||||
|
|
||||||
# homeassistant.components.emulated_hue
|
# homeassistant.components.emulated_hue
|
||||||
@ -1082,7 +1082,7 @@ pyirishrail==0.0.2
|
|||||||
# homeassistant.components.binary_sensor.iss
|
# homeassistant.components.binary_sensor.iss
|
||||||
pyiss==1.0.1
|
pyiss==1.0.1
|
||||||
|
|
||||||
# homeassistant.components.remote.itach
|
# homeassistant.components.itach.remote
|
||||||
pyitachip2ir==0.0.7
|
pyitachip2ir==0.0.7
|
||||||
|
|
||||||
# homeassistant.components.kira
|
# homeassistant.components.kira
|
||||||
|
Loading…
x
Reference in New Issue
Block a user