Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
release 1.7.1
Browse files Browse the repository at this point in the history
(cherry picked from commit d410663)
  • Loading branch information
thomasgermain committed Aug 10, 2021
1 parent 3c809f7 commit bf5dc55
Show file tree
Hide file tree
Showing 23 changed files with 4 additions and 25 deletions.
6 changes: 3 additions & 3 deletions custom_components/multimatic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry):
)
hass.data[DOMAIN][entry.unique_id][COORDINATORS][coord[0]] = m_coord
_LOGGER.debug("Adding %s coordinator", m_coord.name)
await m_coord.async_config_entry_first_refresh()
await m_coord.async_refresh()

for platform in PLATFORMS:
hass.async_create_task(
Expand Down Expand Up @@ -94,10 +94,10 @@ async def async_unload_entry(hass: HomeAssistant, entry: ConfigEntry):
"""Unload a config entry."""
unload_ok = all(
await asyncio.gather(
*[
*(
hass.config_entries.async_forward_entry_unload(entry, component)
for component in PLATFORMS
]
)
)
)
if unload_ok:
Expand Down
2 changes: 1 addition & 1 deletion custom_components/multimatic/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"codeowners": [
"@thomasgermain"
],
"version": "1.7.0",
"version": "1.7.1",
"iot_class": "cloud_polling"
}
1 change: 0 additions & 1 deletion custom_components/multimatic/strings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"title": "Multimatic",
"config": {
"step": {
"user": {
Expand Down
1 change: 0 additions & 1 deletion custom_components/multimatic/translations/bg.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"title": "Multimatic",
"config": {
"step": {
"user": {
Expand Down
1 change: 0 additions & 1 deletion custom_components/multimatic/translations/ca.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"title": "Multimatic",
"config": {
"step": {
"user": {
Expand Down
1 change: 0 additions & 1 deletion custom_components/multimatic/translations/cs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"title": "Multimatic",
"config": {
"step": {
"user": {
Expand Down
1 change: 0 additions & 1 deletion custom_components/multimatic/translations/da.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"title": "Multimatic",
"config": {
"step": {
"user": {
Expand Down
1 change: 0 additions & 1 deletion custom_components/multimatic/translations/de.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"title": "Multimatic",
"config": {
"step": {
"user": {
Expand Down
1 change: 0 additions & 1 deletion custom_components/multimatic/translations/en.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"title": "Multimatic",
"config": {
"step": {
"user": {
Expand Down
1 change: 0 additions & 1 deletion custom_components/multimatic/translations/es.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"title": "Multimatic",
"config": {
"step": {
"user": {
Expand Down
1 change: 0 additions & 1 deletion custom_components/multimatic/translations/fr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"title": "Multimatic",
"config": {
"step": {
"user": {
Expand Down
1 change: 0 additions & 1 deletion custom_components/multimatic/translations/it.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"title": "Multimatic",
"config": {
"step": {
"user": {
Expand Down
1 change: 0 additions & 1 deletion custom_components/multimatic/translations/ko.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"title": "Multimatic",
"config": {
"step": {
"user": {
Expand Down
1 change: 0 additions & 1 deletion custom_components/multimatic/translations/lb.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"title": "Multimatic",
"config": {
"step": {
"user": {
Expand Down
1 change: 0 additions & 1 deletion custom_components/multimatic/translations/nl.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"title": "Multimatic",
"config": {
"step": {
"user": {
Expand Down
1 change: 0 additions & 1 deletion custom_components/multimatic/translations/nn.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"title": "Multimatic",
"config": {
"step": {
"user": {
Expand Down
1 change: 0 additions & 1 deletion custom_components/multimatic/translations/no.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"title": "Multimatic",
"config": {
"step": {
"user": {
Expand Down
1 change: 0 additions & 1 deletion custom_components/multimatic/translations/pl.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"title": "Multimatic",
"config": {
"step": {
"user": {
Expand Down
1 change: 0 additions & 1 deletion custom_components/multimatic/translations/pt-BR.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"title": "Multimatic",
"config": {
"step": {
"user": {
Expand Down
1 change: 0 additions & 1 deletion custom_components/multimatic/translations/pt.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"title": "Multimatic",
"config": {
"step": {
"user": {
Expand Down
1 change: 0 additions & 1 deletion custom_components/multimatic/translations/ru.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"title": "Multimatic",
"config": {
"step": {
"user": {
Expand Down
1 change: 0 additions & 1 deletion custom_components/multimatic/translations/sl.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"title": "Multimatic",
"config": {
"step": {
"user": {
Expand Down
1 change: 0 additions & 1 deletion custom_components/multimatic/translations/zh-Hant.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"title": "Multimatic",
"config": {
"step": {
"user": {
Expand Down

0 comments on commit bf5dc55

Please sign in to comment.