core/homeassistant/components/vizio
Raman Gupta d25aa1f183 Convert vizio component from sync to async component (#30605)
* add device_info property and move component to async

* use new VizioAsync class to have proper async support

* remove hass from VizioDevice init since it is not needed

* update requirements_all

* missed type hint

* updates based on review

* pyvizio version bump

* additional fixes based on review

* mistake in last commit

* remove device_info property because it can't be used unless this integration has config flow support
2020-01-10 03:53:47 +01:00
..
__init__.py Convert vizio component from sync to async component (#30605) 2020-01-10 03:53:47 +01:00
const.py Convert vizio component from sync to async component (#30605) 2020-01-10 03:53:47 +01:00
manifest.json Convert vizio component from sync to async component (#30605) 2020-01-10 03:53:47 +01:00
media_player.py Convert vizio component from sync to async component (#30605) 2020-01-10 03:53:47 +01:00