You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
1 year ago
..
miot feat: Use aiohttp instead of waiting for blocking calls (#227) 1 year ago
translations Merge pull request #168 from wheresrofl/patch-1 1 year ago
__init__.py style: pylint check add ignore item 1 year ago
binary_sensor.py feat: first commit 1 year ago
button.py feat: first commit 1 year ago
climate.py feat: update xiaomi heater ctrl logic 1 year ago
config_flow.py style: remove invalid space 1 year ago
cover.py fix: invalid cover status 1 year ago
event.py feat: first commit 1 year ago
fan.py feat: first commit 1 year ago
humidifier.py feat: first commit 1 year ago
light.py style: remove invalid space 1 year ago
manifest.json feat: Use aiohttp instead of waiting for blocking calls (#227) 1 year ago
notify.py Fix: Replace inconsistent logging.error with _LOGGER.error (#262) 1 year ago
number.py feat: first commit 1 year ago
select.py feat: first commit 1 year ago
sensor.py feat: first commit 1 year ago
switch.py feat: first commit 1 year ago
text.py feat: first commit 1 year ago
vacuum.py feat: first commit 1 year ago
water_heater.py fix: add STATE_ON to devices that not define mode 1 year ago