Skip to content

Commit

Permalink
v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tolwi committed Jul 17, 2023
1 parent 20e0d50 commit e00e0c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion custom_components/ecoflow_cloud/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"reactivex==4.0.4",
"protobuf>=4.23.0"
],
"version": "0.10.2"
"version": "0.11.0"
}
4 changes: 1 addition & 3 deletions custom_components/ecoflow_cloud/mqtt/ecoflow_mqtt.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,12 @@
from homeassistant.core import HomeAssistant, DOMAIN
from homeassistant.helpers.entity import DeviceInfo
from homeassistant.util import utcnow
from homeassistant.util.dt import UTC
from reactivex import Subject, Observable

from .proto import powerstream_pb2 as powerstream, ecopacket_pb2 as ecopacket
from .utils import BoundFifoList
from ..config.const import CONF_DEVICE_TYPE, CONF_DEVICE_ID, OPTS_REFRESH_PERIOD_SEC, EcoflowModel

from .proto import powerstream_pb2 as powerstream, ecopacket_pb2 as ecopacket

_LOGGER = logging.getLogger(__name__)


Expand Down

0 comments on commit e00e0c1

Please sign in to comment.