Skip to content

Commit

Permalink
Merge branch 'release/2022.8.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi committed Aug 10, 2022
2 parents b148ea4 + cba4c3a commit d22f137
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

This is a custom component for home assistant to faciliate the reverse engeneering of Xiaomi MiIO devices.

Please follow the instructions on [Retrieving the Access Token](https://home-assistant.io/components/xiaomi/#retrieving-the-access-token) to get the API token to use in the configuration.yaml file.
Please follow the instructions on [Retrieving the Access Token](https://www.home-assistant.io/integrations/xiaomi_miio/#xiaomi-cloud-tokens-extractor) to get the API token to use in the configuration.yaml file.

Credits: Thanks to [Rytilahti](https://github.com/rytilahti/python-miio) for all the work.

Expand Down
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
3 changes: 1 addition & 2 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "Xiaomi MiIO Raw",
"content_in_root": false,
"render_readme": true,
"iot_class": "local_polling"
"render_readme": true
}

0 comments on commit d22f137

Please sign in to comment.