Skip to content

Commit

Permalink
0.1.7.b4
Browse files Browse the repository at this point in the history
  • Loading branch information
hakana committed Mar 24, 2020
1 parent aa29cd8 commit 2b660e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/shelly/__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.7.b3"
__version__ = "0.1.7.b4"
VERSION = __version__

async def async_setup(hass, config):
Expand All @@ -60,7 +60,7 @@ async def async_setup_entry(hass, config_entry):

if config_entry.source == "import":
if config_entry.options: #config.yaml
data = config_entry.options
data = config_entry.options.copy()
else:
if "yaml_shelly" in hass.data:
data = hass.data["yaml_shelly"]
Expand Down

0 comments on commit 2b660e6

Please sign in to comment.