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 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
10 months ago
..
miot misc: remove tev dependency for lan control & fixs (#333) 10 months ago
translations feat: support devices filter & devices changed notify (#332) 10 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 fix: fix type error, wrong use of any and Any (#338) 10 months ago
config_flow.py feat: support devices filter & devices changed notify (#332) 10 months ago
cover.py fix: invalid cover status 11 months ago
event.py fix: fix type error, wrong use of any and Any (#338) 10 months ago
fan.py fix: fix type error, wrong use of any and Any (#338) 10 months ago
humidifier.py fix: fix type error, wrong use of any and Any (#338) 10 months ago
light.py fix: fix type error, wrong use of any and Any (#338) 10 months ago
manifest.json feat: remove duplicate dependency (#390) 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 fix: fix type error, wrong use of any and Any (#338) 10 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: fix type error, wrong use of any and Any (#338) 10 months ago