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
10 months ago
..
miot feat: Use aiohttp instead of waiting for blocking calls (#227) 10 months ago
translations Merge pull request #168 from wheresrofl/patch-1 11 months ago
__init__.py style: pylint check add ignore item 11 months ago
binary_sensor.py feat: first commit 11 months ago
button.py feat: first commit 11 months ago
climate.py feat: update xiaomi heater ctrl logic 11 months ago
config_flow.py style: remove invalid space 11 months ago
cover.py fix: invalid cover status 11 months ago
event.py feat: first commit 11 months ago
fan.py feat: first commit 11 months ago
humidifier.py feat: first commit 11 months ago
light.py style: remove invalid space 11 months ago
manifest.json feat: Use aiohttp instead of waiting for blocking calls (#227) 10 months ago
notify.py Fix: Replace inconsistent logging.error with _LOGGER.error (#262) 10 months ago
number.py feat: first commit 11 months ago
select.py feat: first commit 11 months ago
sensor.py feat: first commit 11 months ago
switch.py feat: first commit 11 months ago
text.py feat: first commit 11 months ago
vacuum.py feat: first commit 11 months ago
water_heater.py fix: add STATE_ON to devices that not define mode 11 months ago