Add missing __init__.py file in yardian test folder (#100345)
parent
182976f5d3
commit
6692a37f0d
|
@ -1458,6 +1458,7 @@ build.json @home-assistant/supervisor
|
|||
/homeassistant/components/yandex_transport/ @rishatik92 @devbis
|
||||
/tests/components/yandex_transport/ @rishatik92 @devbis
|
||||
/homeassistant/components/yardian/ @h3l1o5
|
||||
/tests/components/yardian/ @h3l1o5
|
||||
/homeassistant/components/yeelight/ @zewelor @shenxn @starkillerOG @alexyao2015
|
||||
/tests/components/yeelight/ @zewelor @shenxn @starkillerOG @alexyao2015
|
||||
/homeassistant/components/yeelightsunflower/ @lindsaymarkward
|
||||
|
|
|
@ -1666,6 +1666,9 @@ pywizlight==0.5.14
|
|||
# homeassistant.components.ws66i
|
||||
pyws66i==1.1
|
||||
|
||||
# homeassistant.components.yardian
|
||||
pyyardian==1.1.0
|
||||
|
||||
# homeassistant.components.zerproc
|
||||
pyzerproc==0.4.8
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
"""Tests for the yardian integration."""
|
Loading…
Reference in New Issue