Add Radio Browser integration (#66950)
This commit is contained in:
parent
660fb393f0
commit
d839febbe7
17 changed files with 531 additions and 5 deletions
7
homeassistant/components/radio_browser/const.py
Normal file
7
homeassistant/components/radio_browser/const.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
"""Constants for the Radio Browser integration."""
|
||||
import logging
|
||||
from typing import Final
|
||||
|
||||
DOMAIN: Final = "radio_browser"
|
||||
|
||||
LOGGER = logging.getLogger(__package__)
|
Loading…
Add table
Add a link
Reference in a new issue