core/homeassistant/components/radio_browser/manifest.json

11 lines
292 B
JSON
Raw Normal View History

2022-02-21 17:13:02 +00:00
{
"domain": "radio_browser",
"name": "Radio Browser",
2023-02-08 19:13:46 +00:00
"codeowners": ["@frenck"],
2022-02-21 17:13:02 +00:00
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/radio_browser",
"integration_type": "service",
2023-02-08 19:13:46 +00:00
"iot_class": "cloud_polling",
2024-03-13 09:29:50 +00:00
"requirements": ["radios==0.3.1"]
2022-02-21 17:13:02 +00:00
}