mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 00:37:53 +00:00
Add missing __init__.py file in yardian test folder (#100345)
This commit is contained in:
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
|
||||
|
||||
|
1
tests/components/yardian/__init__.py
Normal file
1
tests/components/yardian/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
"""Tests for the yardian integration."""
|
Loading…
x
Reference in New Issue
Block a user