Commit Graph

111 Commits

Author SHA1 Message Date
Paul Shawn
0a6e4e64b5
Merge cd0b13e49e into 9af59e28bd 2024-12-23 15:15:24 +00:00
topsworld
cd0b13e49e feat: support option flow devices filter 2024-12-23 23:15:13 +08:00
Li Shuzhen
9af59e28bd
docs: specify the download process in HACS installation (#371)
Some checks are pending
Tests / check-rule-format (push) Waiting to run
Validate / validate-hassfest (push) Waiting to run
Validate / validate-hacs (push) Waiting to run
Validate / validate-lint (push) Waiting to run
Validate / validate-setup (push) Waiting to run
* docs: specify the download process in HACS installation

* docs: revoke login authorization
2024-12-23 22:40:57 +08:00
topsworld
24e85b358a fix: fix option flow type error 2024-12-23 22:40:04 +08:00
topsworld
043ac14237 doc: update translations for option flow 2024-12-23 22:11:51 +08:00
topsworld
ab5fac9f45 fix: fix some type error 2024-12-23 22:01:06 +08:00
topsworld
13d76b66de feat: improve config flow devices filter 2024-12-23 15:07:24 +08:00
topsworld
5d9a00d0b7 feat: update auth info save logic 2024-12-23 10:11:37 +08:00
topsworld
f93c3302b3 doc: update translations and i18n 2024-12-23 09:50:05 +08:00
sworld
23cb4bf743 feat: add connect type 2024-12-23 00:03:55 +08:00
sworld
ff5e4c7ab1 fix: fix miot client i18n logic 2024-12-22 23:40:45 +08:00
sworld
8c0461e88c fix: fix mdns type error 2024-12-22 22:56:25 +08:00
sworld
4e3fcc9705 feat: config flow support device filter 2024-12-22 22:33:07 +08:00
sworld
96b5084092 fix: i18n type error 2024-12-22 22:23:50 +08:00
sworld
e0a0b6d22e doc: update translations/de 2024-12-22 20:12:38 +08:00
sworld
b54ec9bff4 feat: improve devices filter 2024-12-22 20:11:38 +08:00
sworld
4e8361d18a fix: cancel miot http timer 2024-12-22 20:11:05 +08:00
sworld
8429899669 doc: update translations and i18n 2024-12-22 20:10:13 +08:00
sworld
47a52187be Merge remote-tracking branch 'origin/main' into feat-devices-filter 2024-12-22 10:50:20 +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
sworld
1624f340da feat: add devices filter page 2024-12-21 18:54:12 +08:00
Paul Shawn
afef709839
doc: update changelog and version to v0.1.4b0 (#312) 2024-12-21 11:41:24 +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
67785f747a
doc: update changelog and version (#290)
* doc: update changelog and version

* doc: update changelog
2024-12-20 21:20:49 +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
whoiam
6ce3206b30
fix: HASS core version requirements (#214)
* Update README.md

* Update hacs.json

* Update README_zh.md
2024-12-20 17:35:21 +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
Li Shuzhen
640ac25d9c
chore: remove default label (#276) 2024-12-20 15:03:34 +08:00
Alireza
5f5b3feea5
Fix: Replace inconsistent logging.error with _LOGGER.error (#262) 2024-12-20 13:56:51 +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
Li Shuzhen
b955c199fc
Merge pull request #237 from chemwolf6922/fix-dutch-translation-declaration
Fix Dutch translation declaration
2024-12-19 17:42:15 +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
Li Shuzhen
1f20416e97
Merge pull request #220 from topsworld/test_lang_integrity
test: add lang integrity check
2024-12-19 14:04:16 +08:00
topsworld
2d6387c30a test: check_rule_format.py use constant 2024-12-19 13:53:53 +08:00
topsworld
b93d8631b8 fix: translations structure error 2024-12-19 13:31:17 +08:00
topsworld
dabf277942 test: check lang_integrity 2024-12-19 13:30:26 +08:00
Li Shuzhen
c4a981a15d
Merge pull request #212 from chemwolf6922/patch-1
Simplify the install logic
2024-12-19 12:12:08 +08:00
Feng Wang
3c464a0b0c
Simplify the install logic. 2024-12-19 10:58:41 +08:00
Paul Shawn
b4be1e0aa9
Merge pull request #204 from FlyingFeng2021/main
Fix incorrect links
2024-12-19 10:56:31 +08:00
flyingfeng
8364a544f2 Fix incorrect links 2024-12-19 10:03:03 +08:00
Rofl
d980b1bfb4
feat: more dutch translations
accidentally missed this file
2024-12-18 18:04:23 +01:00
Rofl
2fb030c52d
Merge branch 'XiaoMi:main' into patch-1 2024-12-18 17:01:15 +00:00
Paul Shawn
54e26378be
Merge pull request #179 from yejinze/main
fix: directory copy issue
2024-12-18 22:28:27 +08:00
yejinze
6fae26a378 fix: directory copy issue 2024-12-18 22:01:10 +08:00
Li Shuzhen
d437963628
Merge pull request #174 from SusanPhevos/doc-add-i18n
docs: add i18n
2024-12-18 21:37:23 +08:00
LiShuzhen
be627afe54 docs: add i18n in README 2024-12-18 21:34:04 +08:00
Li Shuzhen
fa382939a0
Merge branch 'XiaoMi:main' into main 2024-12-18 21:26:03 +08:00