Skip to content

Commit

Permalink
Bump python-miio and component version (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi authored Aug 10, 2022
1 parent b4269a3 commit cba4c3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions custom_components/xiaomi_miio_raw/manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"domain": "xiaomi_miio_raw",
"name": "Custom component for Home Assistant to faciliate the reverse engeneering of Xiaomi MiIO devices",
"version": "2022.3.3.0",
"version": "2022.8.0.0",
"iot_class": "local_polling",
"config_flow": false,
"documentation": "https://github.com/syssi/xiaomi_raw",
"issue_tracker": "https://github.com/syssi/xiaomi_raw/issues",
"requirements": [
"construct==2.10.56",
"python-miio>=0.5.11"
"python-miio>=0.5.12"
],
"dependencies": [],
"codeowners": [
Expand Down
2 changes: 1 addition & 1 deletion custom_components/xiaomi_miio_raw/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from homeassistant.const import ATTR_ENTITY_ID, CONF_HOST, CONF_NAME, CONF_TOKEN
from homeassistant.exceptions import PlatformNotReady
from homeassistant.helpers.entity import Entity
from miio import Device, DeviceException # pylint: disable=import-error
from miio import Device, DeviceException

_LOGGER = logging.getLogger(__name__)

Expand Down

0 comments on commit cba4c3a

Please sign in to comment.