소스 검색

Return the list from conf_types.

No point building the list then not returning it.
Jason Rumney 4 년 전
부모
커밋
c95b8b985d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      custom_components/tuya_local/configuration.py

+ 1 - 0
custom_components/tuya_local/configuration.py

@@ -21,6 +21,7 @@ def conf_types():
     for cfg in available_configs():
         parsed = TuyaDeviceConfig(cfg)
         types.append(parsed.legacy_type)
+    return types
 
 
 INDIVIDUAL_CONFIG_SCHEMA_TEMPLATE = [