فهرست منبع

Fix UnitOfArea importing

Jason Rumney 1 سال پیش
والد
کامیت
37a4801ff8
2فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 1 1
      custom_components/tuya_local/helpers/mixin.py
  2. 2 2
      requirements-dev.txt

+ 1 - 1
custom_components/tuya_local/helpers/mixin.py

@@ -5,8 +5,8 @@ Mixins to make writing new platforms easier
 import logging
 
 from homeassistant.const import (
-    AREA_SQUARE_METERS,
     CONCENTRATION_MICROGRAMS_PER_CUBIC_METER,
+    UnitOfArea,
     UnitOfTemperature,
 )
 from homeassistant.helpers.entity import EntityCategory

+ 2 - 2
requirements-dev.txt

@@ -1,10 +1,10 @@
 fuzzywuzzy
 levenshtein
-pytest-homeassistant-custom-component>=0.13.181
+pytest-homeassistant-custom-component>=0.13.190
 pytest
 pytest-asyncio
 pytest-cov
 ruff
 tinytuya~=1.15.1
-tuya-device-sharing-sdk>=0.1.9,<=0.2.99
+tuya-device-sharing-sdk~=0.2.1
 yamllint