mirror of
https://github.com/XiaoMi/ha_xiaomi_home.git
synced 2026-01-10 23:44:05 +08:00
docs: update changelog and version to v0.4.7 (#1599)
Some checks failed
Some checks failed
This commit is contained in:
14
CHANGELOG.md
14
CHANGELOG.md
@@ -1,4 +1,16 @@
|
|||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
## v0.4.7
|
||||||
|
### Added
|
||||||
|
- Add turkish language in multi_lang.json. [#1593](https://github.com/XiaoMi/ha_xiaomi_home/pull/1593)
|
||||||
|
### Changed
|
||||||
|
- Remove unused info getting from central hub gateway. [#1574](https://github.com/XiaoMi/ha_xiaomi_home/pull/1574)
|
||||||
|
- Remove xiaomi.router.rd03 from `UNSUPPORTED_MODELS` and add era.airp.cwb03, k0918.toothbrush.t700 into it. [#1567](https://github.com/XiaoMi/ha_xiaomi_home/pull/1567)
|
||||||
|
### Fixed
|
||||||
|
- Update the BLE mesh device online state from the central hub gateway. Partially fix the BLE mesh device online state. [#1579](https://github.com/XiaoMi/ha_xiaomi_home/pull/1579)
|
||||||
|
- Add unit for xiaomi.toothbrush.p001 brush-head-left-level property. [#1588](https://github.com/XiaoMi/ha_xiaomi_home/pull/1588)
|
||||||
|
- Fix the playing-state property's access field of xiaomi.wifispeaker.lx04, xiaomi.wifispeaker.lx06, xiaomi.wifispeaker.x08c and xiaomi.wifispeaker.l04m. [#1567](https://github.com/XiaoMi/ha_xiaomi_home/pull/1567)
|
||||||
|
- Fix the MIoT-Spec-V2 of xiaomi.airc.h09h00 humidity-range unit. [#1567](https://github.com/XiaoMi/ha_xiaomi_home/pull/1567)
|
||||||
|
|
||||||
## v0.4.6
|
## v0.4.6
|
||||||
### Added
|
### Added
|
||||||
- Add tv-box device as the media player entity. [#1562](https://github.com/XiaoMi/ha_xiaomi_home/pull/1562)
|
- Add tv-box device as the media player entity. [#1562](https://github.com/XiaoMi/ha_xiaomi_home/pull/1562)
|
||||||
@@ -12,7 +24,7 @@
|
|||||||
- Catch paho-mqtt subscribe error properly. [#1551](https://github.com/XiaoMi/ha_xiaomi_home/pull/1551)
|
- Catch paho-mqtt subscribe error properly. [#1551](https://github.com/XiaoMi/ha_xiaomi_home/pull/1551)
|
||||||
- After the network resumes, keep retrying to fetch the device list until it succeeds. [#1555](https://github.com/XiaoMi/ha_xiaomi_home/pull/1555)
|
- After the network resumes, keep retrying to fetch the device list until it succeeds. [#1555](https://github.com/XiaoMi/ha_xiaomi_home/pull/1555)
|
||||||
- Catch the http post error properly. [#1555](https://github.com/XiaoMi/ha_xiaomi_home/pull/1555)
|
- Catch the http post error properly. [#1555](https://github.com/XiaoMi/ha_xiaomi_home/pull/1555)
|
||||||
- Fixed the format and the access field of daikin.aircondition.k2 and fix: daikin.airfresh.k33 string value properties. [#1561](https://github.com/XiaoMi/ha_xiaomi_home/pull/1561)
|
- Fix the format and the access field of daikin.aircondition.k2 and daikin.airfresh.k33 string value properties. [#1561](https://github.com/XiaoMi/ha_xiaomi_home/pull/1561)
|
||||||
|
|
||||||
## v0.4.5
|
## v0.4.5
|
||||||
### Changed
|
### Changed
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
"cryptography",
|
"cryptography",
|
||||||
"psutil"
|
"psutil"
|
||||||
],
|
],
|
||||||
"version": "v0.4.6",
|
"version": "v0.4.7",
|
||||||
"zeroconf": [
|
"zeroconf": [
|
||||||
"_miot-central._tcp.local."
|
"_miot-central._tcp.local."
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -682,58 +682,66 @@ class MIoTDevice:
|
|||||||
|
|
||||||
def unit_convert(self, spec_unit: str) -> Optional[str]:
|
def unit_convert(self, spec_unit: str) -> Optional[str]:
|
||||||
"""Convert MIoT unit to Home Assistant unit.
|
"""Convert MIoT unit to Home Assistant unit.
|
||||||
25/01/20: All online prop unit statistical tables: unit, quantity.
|
2026/01/06: property unit statistics of the latest released
|
||||||
|
MIoT-Spec-V2 for all device models: unit, quantity.
|
||||||
{
|
{
|
||||||
"no_unit": 148499,
|
"no_unit": 148499,
|
||||||
"percentage": 10042,
|
"percentage": 12074,
|
||||||
"kelvin": 1895,
|
"none": 11857,
|
||||||
"rgb": 772, // color
|
"minutes": 5707,
|
||||||
"celsius": 5762,
|
"celsius": 5767,
|
||||||
"none": 16106,
|
"seconds": 3062,
|
||||||
"hours": 1540,
|
"kelvin": 2511,
|
||||||
"minutes": 5061,
|
"hours": 1380,
|
||||||
"ms": 27,
|
"days": 615,
|
||||||
"watt": 216,
|
"rgb": 752, // color
|
||||||
"arcdegrees": 159,
|
"L": 379,
|
||||||
"ppm": 177,
|
"mg/m3": 335,
|
||||||
"μg/m3": 106,
|
"ppm": 182,
|
||||||
"days": 571,
|
"watt": 246,
|
||||||
"seconds": 2749,
|
"arcdegrees": 130,
|
||||||
|
"μg/m3": 117,
|
||||||
|
"kWh": 149,
|
||||||
|
"ms": 108,
|
||||||
|
"pascal": 108,
|
||||||
|
"lux": 100,
|
||||||
|
"V": 59,
|
||||||
|
"m": 45,
|
||||||
|
"A": 36,
|
||||||
|
"mL": 30,
|
||||||
|
"arcdegress": 25,
|
||||||
|
"mA": 26,
|
||||||
|
"bpm": 21, // realtime-heartrate
|
||||||
"B/s": 21,
|
"B/s": 21,
|
||||||
"pascal": 110,
|
"weeks": 18,
|
||||||
"mg/m3": 339,
|
"dB": 17,
|
||||||
"lux": 125,
|
"calorie": 18, // 1 cal = 4.184 J
|
||||||
"kWh": 124,
|
"metre": 15,
|
||||||
"mv": 2,
|
"hour": 11,
|
||||||
"V": 38,
|
"cm": 12,
|
||||||
"A": 29,
|
"gram": 8,
|
||||||
"mV": 4,
|
"km/h": 8,
|
||||||
"L": 352,
|
"mV": 9,
|
||||||
"m": 37,
|
"times": 4, // exercise-count
|
||||||
"毫摩尔每升": 2, // blood-sugar, cholesterol
|
"kCal": 4,
|
||||||
"mmol/L": 1, // urea
|
|
||||||
"weeks": 26,
|
|
||||||
"meter": 3,
|
|
||||||
"dB": 26,
|
|
||||||
"hour": 14,
|
|
||||||
"calorie": 19, // 1 cal = 4.184 J
|
|
||||||
"ppb": 3,
|
|
||||||
"arcdegress": 30,
|
|
||||||
"bpm": 4, // realtime-heartrate
|
|
||||||
"gram": 7,
|
|
||||||
"km/h": 9,
|
|
||||||
"W": 1,
|
|
||||||
"m3/h": 2,
|
|
||||||
"kilopascal": 1,
|
|
||||||
"mL": 4,
|
|
||||||
"mmHg": 4,
|
"mmHg": 4,
|
||||||
|
"pcs": 3,
|
||||||
|
"meter": 3,
|
||||||
|
"kW": 2,
|
||||||
|
"KByte/s": 2,
|
||||||
|
"毫摩尔每升": 2, // blood-sugar, cholesterol
|
||||||
|
"m3/h": 2,
|
||||||
|
"ppb": 2,
|
||||||
|
"mv": 2,
|
||||||
"w": 1,
|
"w": 1,
|
||||||
|
"bar": 1,
|
||||||
|
"megapascal": 1,
|
||||||
|
"kB": 1,
|
||||||
|
"mmol/L": 1, // urea
|
||||||
|
"min/km": 1,
|
||||||
|
"kilopascal": 1,
|
||||||
"liter": 1,
|
"liter": 1,
|
||||||
"cm": 3,
|
"W": 1
|
||||||
"mA": 2,
|
|
||||||
"kilogram": 2,
|
|
||||||
"kcal/d": 2, // basal-metabolism
|
|
||||||
"times": 1 // exercise-count
|
|
||||||
}
|
}
|
||||||
"""
|
"""
|
||||||
unit_map = {
|
unit_map = {
|
||||||
|
|||||||
Reference in New Issue
Block a user