Feng Wang
9ceca34b28
refactor: refactor miot mips & fix type errors ( #365 )
...
* remove use of tev & fix type errors
* lint fix
* make private classes private
* simplify inheritance
* fix thread naming
* fix the deleted public data class
* remove tev
* fix access violation
* style: format code
* style: param init
* fix: fix event async set
* fix: fix mips re-connect error
---------
Co-authored-by: topsworld <sworldtop@gmail.com>
2025-01-10 21:46:00 +08:00
Paul Shawn
6557b22a52
fix: fix multi ha instance login ( #560 )
...
* fix: fix multi ha instance login
* fix: fix option flow oauth
2025-01-10 09:19:24 +08:00
Paul Shawn
5d4b975f85
fix: the number of profile models updated from 660 to 823 ( #583 )
2025-01-07 20:22:06 +08:00
Paul Shawn
0566546a99
feat: filter miwifi.* devices ( #564 )
...
* feat: filter miwifi.* devices
* feat: update log level
* feat: filter special xiaomi router model, xiaomi.router.rd03
2025-01-07 20:21:43 +08:00
Paul Shawn
c0d100ce2b
feat: fan entity support direction ctrl ( #556 )
...
* feat: fan entity support direction
* fix: fix value judgement logic
2025-01-07 20:21:24 +08:00
Paul Shawn
d65fe32a98
docs: update changelog and version to v0.1.5b0 ( #563 )
...
* style: code format
* docs: update changelog and version to v0.1.5b0
* docs: update changelog
2025-01-03 21:08:39 +08:00
tiger
5438698a6e
feat:add missing parameter state_class ( #101 )
...
* feat: add state_class for sensor
* feat: add optional state_class and unit_of_measurement for properties
* feat:add support for state_class and unit process
* style: fix pylint format
* style: fix pylint format
* sytle: change logic to suit conversation
---------
Co-authored-by: LiShuzhen <SusanPhevos@gmail.com>
2025-01-03 20:42:34 +08:00
Paul Shawn
da90e099d1
fix: update miot cloud raise error msg ( #551 )
2025-01-03 19:00:11 +08:00
Paul Shawn
621ca8002b
feat: improve devices filter & optimize the network detection logic ( #458 )
...
* fix: fix miot http type error
* style: change some miot cloud log level
* feat: improve devices filter
* feat: update save devices logic
* refator: refactor miot network
* feat: update miot_client.get_miot_instance_async
* feat: option flow support network detect config
* doc: update translations
* feat: update config flow network detect logic
* style: change miot client refresh prop log level
* feat: config flow support network check
* doc: update translations
* refactor: rename func name
* fix: ignore invalid type error
* feat: option flow add check network deps
* --amend
* --amend
* feat: check mqtt broker
* feat: config flow support check network deps
* feat: update manifest requirements, paho-mqtt<2.0.0
* fix: fix mqtt broker check logic
* style: remove unuse params
* feat: show integration instance id
* feat: update data_schema from required to optional
* fix: translation text error
2024-12-31 16:37:46 +08:00
Feng Wang
196e19d10a
misc: remove tev dependency for lan control & fixs ( #333 )
...
* Remove tev & fix some type issues
* Use call_soon_threadsafe instead of event fd for ipc
* fix lint
* add tev back
* fix lint
* ignore broad exception warning
* revert changes in the license
* do not set asyncio event loop
* fix racing condition
* remove unused data classes
* change internal class scope
* set timers to None after cancel
* Adjust import order
* fix typo
* Fix typo in comments
* guard lan apis with init_done
2024-12-30 20:54:50 +08:00
Paul Shawn
29b7489ac7
feat: support devices filter & devices changed notify ( #332 )
...
* feat: add devices filter page
* doc: update translations and i18n
* fix: cancel miot http timer
* feat: improve devices filter
* doc: update translations/de
* fix: i18n type error
* feat: config flow support device filter
* fix: fix mdns type error
* fix: fix miot client i18n logic
* feat: add connect type
* doc: update translations and i18n
* feat: update auth info save logic
* feat: improve config flow devices filter
* fix: fix some type error
* doc: update translations for option flow
* fix: fix option flow type error
* feat: support option flow devices filter
* doc: update option flow tranlations
* feat: update webhook handle func to private
* feat: update config flow translations
* doc: update tranlations text
* feat: custom display device changed notify
* feat: device changed notify logical refinement
* doc: update translations content
2024-12-24 21:28:50 +08:00
Li Shuzhen
78461cbd8a
fix: lumi.switch.acn040 identify service translation of zh-Hans ( #412 )
...
* fix: lumi.switch.acn040 identify service translation of zh-Hans
* fix: remove useless part
* fix: lumi.switch.acn040 identify service translation of en
2024-12-24 21:18:33 +08:00
RangerCD
7654e5e518
fix: ignore undefined piid and keep processing following arguments ( #377 )
2024-12-24 21:03:11 +08:00
Paul Shawn
0f5da18108
fix: fix unit convert attribute error ( #396 )
2024-12-24 21:02:36 +08:00
Paul Shawn
c1867e2baf
fix: fix type error, wrong use of any and Any ( #338 )
...
* fix: fix type error, wrong use of any and Any
* fix: wrong use of session close
* fix: fix test_lan type error
* fix: remove __del__
* feat: oauth, http add deinit_async
2024-12-22 10:46:58 +08:00
Paul Shawn
02ddf8df56
fix: fix lan ctrl filter logic ( #303 )
...
* style: rename devices_filter to homes_select
* fix: fix miot_lan update_devices
* fix: async blocking call
2024-12-21 11:08:36 +08:00
Paul Shawn
f87e746188
fix: fix miot cloud token refresh ( #307 )
2024-12-21 10:42:48 +08:00
Paul Shawn
bd3a98b976
Fix local ctrl error ( #271 )
...
* feat: common.py add gen_absolute_path, load_yaml_file
* fix: miot_lan add profile devices filter
* fix: add lan ctrl profile model list
* test: improve lan test
* fix: fix pylint redefined-outer-name
* feat: update tools to update profile models file
* fix: fix pylint waning
* fix: update miot lan NETWORK_UNSTABLE_RESUME_TH value
2024-12-20 19:21:43 +08:00
Feng Wang
aacb794e1f
feat: Use aiohttp instead of waiting for blocking calls ( #227 )
...
* Use native async call instead of converting blocking calls
* remove nullable declarations
* fixs
* Fix star expression
* fix gather again
* remove unused private function
* Fix naming conflict
* Add the deleted function back. Disable the warning instead.
* remove trailing space
* handle wrong mime type from cloud
* Fix request header
* fix missing await
2024-12-20 17:34:34 +08:00
Zeyu Li
a879ae2cdf
docs: fix README_zh.md about changelog ( #270 )
...
fix: error messages and incorrent return value which could possibly lead to crash in mint_storage.py
2024-12-20 17:34:03 +08:00
Paul Shawn
571483b302
chore: Improve multi-language translation actions ( #256 )
...
* test: check bool trans integrity
* feat: add tools to update and format data
* style: sort data
* feat: update check_rule_format.py
* style: remove unuse SUPPORTED_PLATFORMS item
* test: check spec rule sort
* fix: fix py import
* feat: remove unuse code
* feat: add spec data sort
2024-12-20 09:15:07 +08:00
Feng Wang
f10885fbfd
Fix dutch translation declaration
2024-12-19 17:22:31 +08:00
Li Shuzhen
bba8ba7f7b
Merge pull request #168 from wheresrofl/patch-1
...
feat: dutch translation
2024-12-19 14:07:54 +08:00
topsworld
b93d8631b8
fix: translations structure error
2024-12-19 13:31:17 +08:00
Rofl
d980b1bfb4
feat: more dutch translations
...
accidentally missed this file
2024-12-18 18:04:23 +01:00
topsworld
1e0ddc1f0c
feat: const.INTEGRATION_LANGUAGES add pt, pt-BR
2024-12-18 21:20:51 +08:00
fanjinyu
fec5d10f42
add pt and pt-BR language support in i18n
2024-12-18 20:16:14 +08:00
Li Shuzhen
10aa78f490
Merge pull request #135 from XiaoMi/feat_heater_devices
...
feat: support xiaomi heater devices
2024-12-18 19:00:33 +08:00
topsworld
6e2de896c3
feat: update xiaomi heater ctrl logic
2024-12-18 17:42:40 +08:00
Guoliang Li
ce4f23b1bd
style: fix the trailing space problem reported by pylint
2024-12-18 15:56:45 +08:00
Guoliang Li
e70acd8421
style: update comments to meet coding standards
2024-12-18 15:56:45 +08:00
Guoliang Li
b498a708ac
style: ignore pylint warning
2024-12-18 15:56:45 +08:00
KNOOP
c744919032
fix: handle UnitOfConductivity import #54
...
Move unit imports inside function 和 add fallback for older versions. Resolves
2024-12-18 15:56:45 +08:00
KNOOP
6bb4bf32d7
fix: handle UnitOfConductivity import
...
Move unit imports inside function and add fallback for older versions.
Resolves #123
2024-12-18 15:56:45 +08:00
topsworld
b5f9e931b7
feat: support xiaomi heater devices
2024-12-18 10:36:31 +08:00
topsworld
99e654f0c7
style: remove invalid space
2024-12-18 10:35:29 +08:00
topsworld
0863fc4ef0
fix: fix get homeinfo error
2024-12-17 15:32:19 +08:00
topsworld
687bc88df7
fix: fix humidifier trans rule
2024-12-17 10:36:45 +08:00
topsworld
7a336c31fe
style: ignore pylint wanring ('inconsistent-quotes')
2024-12-16 10:41:30 +08:00
topsworld
419d76e1ad
test: add test case for miot event
2024-12-16 09:38:04 +08:00
topsworld
e6a5723ca9
fix: release the resource when miot client deinit
2024-12-11 15:29:25 +08:00
topsworld
e8b681bc66
perf: update token and cert refresh logic
2024-12-11 11:46:28 +08:00
topsworld
99e89d78e0
style: pylint check add ignore item
2024-12-10 19:11:25 +08:00
topsworld
838fff399b
feat: first commit
2024-12-10 17:36:32 +08:00