parent
a8a485abf7
commit
1e5de9e9e4
4 changed files with 8 additions and 12 deletions
|
@ -3,17 +3,11 @@
|
|||
"name": "Tradfri",
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/components/tradfri",
|
||||
"requirements": [
|
||||
"pytradfri[async]==6.0.1"
|
||||
],
|
||||
"requirements": ["pytradfri[async]==6.3.1"],
|
||||
"homekit": {
|
||||
"models": [
|
||||
"TRADFRI"
|
||||
]
|
||||
"models": ["TRADFRI"]
|
||||
},
|
||||
"dependencies": [],
|
||||
"zeroconf": ["_coap._udp.local."],
|
||||
"codeowners": [
|
||||
"@ggravlingen"
|
||||
]
|
||||
"codeowners": ["@ggravlingen"]
|
||||
}
|
||||
|
|
|
@ -1596,7 +1596,7 @@ pytraccar==0.9.0
|
|||
pytrackr==0.0.5
|
||||
|
||||
# homeassistant.components.tradfri
|
||||
pytradfri[async]==6.0.1
|
||||
pytradfri[async]==6.3.1
|
||||
|
||||
# homeassistant.components.trafikverket_train
|
||||
# homeassistant.components.trafikverket_weatherstation
|
||||
|
|
|
@ -356,7 +356,7 @@ python-velbus==2.0.27
|
|||
python_awair==0.0.4
|
||||
|
||||
# homeassistant.components.tradfri
|
||||
pytradfri[async]==6.0.1
|
||||
pytradfri[async]==6.3.1
|
||||
|
||||
# homeassistant.components.vesync
|
||||
pyvesync==1.1.0
|
||||
|
|
|
@ -4,7 +4,9 @@ from copy import deepcopy
|
|||
from unittest.mock import Mock, MagicMock, patch, PropertyMock
|
||||
|
||||
import pytest
|
||||
from pytradfri.device import Device, LightControl, Light
|
||||
from pytradfri.device import Device
|
||||
from pytradfri.device.light import Light
|
||||
from pytradfri.device.light_control import LightControl
|
||||
|
||||
from homeassistant.components import tradfri
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue