Import radio_browser in the executor to avoid blocking the event loop (#111519)

was not added to the original PR to contain scope

identified at: https://github.com/home-assistant/core/pull/111336#issuecomment-1963062529
This commit is contained in:
J. Nick Koston 2024-02-26 10:59:51 -10:00 committed by GitHub
parent 886a450cf4
commit e742951993
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,7 @@
"codeowners": ["@frenck"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/radio_browser",
"import_executor": true,
"integration_type": "service",
"iot_class": "cloud_polling",
"requirements": ["radios==0.2.0"]