mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-04-20 03:07:17 +00:00

* Make check_port asyncio This requires to change the ingress_port property to a async method. * Avoid using wait_for * Add missing async * Really await * Set dynamic ingress port on add-on installation/update * Fix pytest issue * Rename async_check_port back to check_port * Raise RuntimeError in case port is not set * Make sure port gets set on add-on restore * Drop unnecessary async * Simplify check_port by using asyncio.get_running_loop()