Explorar el Código

0.1.2 release

Nik Rolls hace 5 años
padre
commit
9c42d85b93
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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())])},