Skip to content

Commit

Permalink
0.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nicole-ashley committed May 24, 2020
1 parent 643f0e2 commit 9c42d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/goldair_climate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

_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())])},
Expand Down

0 comments on commit 9c42d85

Please sign in to comment.