mirror of
https://github.com/home-assistant/core.git
synced 2025-08-10 16:15:08 +02:00
Add missing __init__.py file in yardian test folder (#100345)
This commit is contained in:
@@ -1458,6 +1458,7 @@ build.json @home-assistant/supervisor
|
|||||||
/homeassistant/components/yandex_transport/ @rishatik92 @devbis
|
/homeassistant/components/yandex_transport/ @rishatik92 @devbis
|
||||||
/tests/components/yandex_transport/ @rishatik92 @devbis
|
/tests/components/yandex_transport/ @rishatik92 @devbis
|
||||||
/homeassistant/components/yardian/ @h3l1o5
|
/homeassistant/components/yardian/ @h3l1o5
|
||||||
|
/tests/components/yardian/ @h3l1o5
|
||||||
/homeassistant/components/yeelight/ @zewelor @shenxn @starkillerOG @alexyao2015
|
/homeassistant/components/yeelight/ @zewelor @shenxn @starkillerOG @alexyao2015
|
||||||
/tests/components/yeelight/ @zewelor @shenxn @starkillerOG @alexyao2015
|
/tests/components/yeelight/ @zewelor @shenxn @starkillerOG @alexyao2015
|
||||||
/homeassistant/components/yeelightsunflower/ @lindsaymarkward
|
/homeassistant/components/yeelightsunflower/ @lindsaymarkward
|
||||||
|
@@ -1666,6 +1666,9 @@ pywizlight==0.5.14
|
|||||||
# homeassistant.components.ws66i
|
# homeassistant.components.ws66i
|
||||||
pyws66i==1.1
|
pyws66i==1.1
|
||||||
|
|
||||||
|
# homeassistant.components.yardian
|
||||||
|
pyyardian==1.1.0
|
||||||
|
|
||||||
# homeassistant.components.zerproc
|
# homeassistant.components.zerproc
|
||||||
pyzerproc==0.4.8
|
pyzerproc==0.4.8
|
||||||
|
|
||||||
|
1
tests/components/yardian/__init__.py
Normal file
1
tests/components/yardian/__init__.py
Normal file
@@ -0,0 +1 @@
|
|||||||
|
"""Tests for the yardian integration."""
|
Reference in New Issue
Block a user