Files
core/homeassistant
Matthew Garrett 508fc3fa0e Fix lg_soundbar callback (#38259)
* Don't schedule an update if the hass instance isn't instantiated

If we get a status update packet before self.hass exists, we trip a
"assert self.hass is not None" that was added in 0.112 and setup fails.

* Fix callback hander properly

The right fix is to register the callback after hass is ready for it.

* Remove unnecessary check

This is now guaranteed by the core code.

* Don't request an immediate device update and do an async connect.

* Remove unnecessary return
2020-07-28 09:55:24 +02:00
..
2020-07-14 10:30:30 -07:00
2020-07-14 10:30:30 -07:00
2020-07-22 20:17:11 +02:00
2020-06-06 20:34:56 +02:00