Jason Rumney 2 месяцев назад
Родитель
Сommit
73685ea40a
2 измененных файлов с 2 добавлено и 0 удалено
  1. 1 0
      tests/devices/test_duux_blizzard.py
  2. 1 0
      tests/devices/test_smartplugv2_energy.py

+ 1 - 0
tests/devices/test_duux_blizzard.py

@@ -1,6 +1,7 @@
 from homeassistant.components.climate.const import HVACMode
 
 from ..const import DUUX_BLIZZARD_PAYLOAD
+from ..helpers import assert_device_properties_set
 from ..mixins.climate import TargetTemperatureTests
 from .base_device_tests import TuyaDeviceTestCase
 

+ 1 - 0
tests/devices/test_smartplugv2_energy.py

@@ -13,6 +13,7 @@ from homeassistant.const import (
 )
 
 from ..const import SMARTSWITCH_ENERGY_PAYLOAD
+from ..helpers import assert_device_properties_set
 from ..mixins.binary_sensor import BasicBinarySensorTests
 from ..mixins.number import BasicNumberTests
 from ..mixins.select import BasicSelectTests