Add missing __init__.py file in yardian test folder (#100345)

pull/100349/head
Marty Sun 2023-09-14 15:04:12 +08:00 committed by GitHub
parent 182976f5d3
commit 6692a37f0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -0,0 +1 @@
"""Tests for the yardian integration."""