Browse Source

0.1.2 release

Nik Rolls 5 năm trước cách đây
mục cha
commit
9c42d85b93
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      custom_components/goldair_climate/__init__.py

+ 1 - 1
custom_components/goldair_climate/__init__.py

@@ -34,7 +34,7 @@ from .config_flow import ConfigFlowHandler
 
 _LOGGER = logging.getLogger(__name__)
 
-VERSION = "0.1.1"
+VERSION = "0.1.2"
 
 CONFIG_SCHEMA = vol.Schema(
     {DOMAIN: vol.All(cv.ensure_list, [vol.Schema(individual_config_schema())])},