diff --git a/README.md b/README.md index 3e921a54..e50e4642 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Supported devices are: - Dishwasher - Dryer - Fan +- Mocrowave - Range - Refrigerator - Styler @@ -397,9 +398,9 @@ type: vertical-stack For troubleshooting issues, or investigating potential new devices, information can be intercepted from the API via a man-in-the-middle (MITM) http proxy interception method. Charles, mitmproxy, and Fiddler are examples of software that can be used to perform this mitm 'attack'/observation. -This can be done using a physical or virtual device that can run the LG ThinQ app. While it is theoretically possible with iOS, it is much easier to do this using Android. +This can be done using a physical or virtual device that can run the LG ThinQ app. While it is theoretically possible with iOS, it is much easier to do this using Android. -Windows 11 enables the ability to run Android apps on most modern machines, making this process more accessible by eliminating the need for a physical device or separate emulation/virtualization software. +Windows 11 enables the ability to run Android apps on most modern machines, making this process more accessible by eliminating the need for a physical device or separate emulation/virtualization software. For information on how to do this with Windows Subsystem for Android (WSA) on Windows 11 using mitmproxy, please see the repo [zimmra/frida-rootbypass-and-sslunpinning-lg-thinq](https://github.com/zimmra/frida-rootbypass-and-sslunpinning-lg-thinq) (Method tested August '23, LG ThinQ Version 4.1.46041) diff --git a/custom_components/smartthinq_sensors/const.py b/custom_components/smartthinq_sensors/const.py index 038c6363..6227f913 100644 --- a/custom_components/smartthinq_sensors/const.py +++ b/custom_components/smartthinq_sensors/const.py @@ -1,6 +1,6 @@ """Constants for LGE ThinQ custom component.""" -__version__ = "0.31.8" +__version__ = "0.32.0" PROJECT_URL = "https://github.com/ollo69/ha-smartthinq-sensors/" ISSUE_URL = f"{PROJECT_URL}issues" diff --git a/custom_components/smartthinq_sensors/manifest.json b/custom_components/smartthinq_sensors/manifest.json index e7b4644c..dc0bcc1d 100644 --- a/custom_components/smartthinq_sensors/manifest.json +++ b/custom_components/smartthinq_sensors/manifest.json @@ -9,5 +9,5 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/ollo69/ha-smartthinq-sensors/issues", "requirements": ["pycountry>=20.7.3", "xmltodict>=0.12.0", "charset_normalizer>=2.0.0"], - "version": "0.31.8" + "version": "0.32.0" } diff --git a/info.md b/info.md index dcbce372..d0a7785d 100644 --- a/info.md +++ b/info.md @@ -10,6 +10,7 @@ Supported devices are: - Dishwasher - Dryer - Fan +- Microwave - Range - Refrigerator - Styler