Skip to content

Commit

Permalink
Merge pull request #138 from PiotrMachowski/dev
Browse files Browse the repository at this point in the history
v2.4.13
  • Loading branch information
PiotrMachowski authored May 6, 2023
2 parents f371767 + 5cb96f7 commit 63ed5ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/tauron_amiplus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ async def async_setup_entry(hass: HomeAssistant, config_entry: ConfigEntry):
)
config_entry.async_on_unload(config_entry.add_update_listener(async_reload_entry))
service = DownloadStatisticsService(hass)
await hass.services.async_register(service.domain, service.service, service.async_handle_service, service.schema)
hass.services.async_register(service.domain, service.service, service.async_handle_service, service.schema)
return True


Expand Down
2 changes: 1 addition & 1 deletion custom_components/tauron_amiplus/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/PiotrMachowski/Home-Assistant-custom-components-Tauron-AMIplus/issues",
"requirements": ["requests"],
"version": "v2.4.12"
"version": "v2.4.13"
}

0 comments on commit 63ed5ce

Please sign in to comment.