Skip to content

Commit

Permalink
🐛 v2.0.6 (#76)
Browse files Browse the repository at this point in the history
Signed-off-by: Ludy87 <Ludy87@users.noreply.github.com>
  • Loading branch information
Ludy87 authored Jun 28, 2023
1 parent 6a03e6e commit 18c8de5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom_components/ecotrend_ista/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from datetime import timedelta
from typing import Any

from pyecotrend_ista.helper_object import CustomRaw
from pyecotrend_ista.helper_object_de import CustomRaw
from pyecotrend_ista.pyecotrend_ista import PyEcotrendIsta

from homeassistant.config_entries import ConfigEntry
Expand Down
2 changes: 1 addition & 1 deletion custom_components/ecotrend_ista/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"pyecotrend_ista==2.0.16",
"marshmallow-enum"
],
"version": "v2.0.5"
"version": "v2.0.6"
}
2 changes: 1 addition & 1 deletion custom_components/ecotrend_ista/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from collections.abc import Callable
from typing import Any, cast

from pyecotrend_ista.helper_object import CustomRaw
from pyecotrend_ista.helper_object_de import CustomRaw
from pyecotrend_ista.pyecotrend_ista import PyEcotrendIsta

from homeassistant.components.sensor import RestoreSensor, SensorEntity
Expand Down

0 comments on commit 18c8de5

Please sign in to comment.