Add vlc telnet config flow (#57513)
This commit is contained in:
parent
aeb00823aa
commit
31ccaac865
14 changed files with 715 additions and 115 deletions
9
homeassistant/components/vlc_telnet/const.py
Normal file
9
homeassistant/components/vlc_telnet/const.py
Normal file
|
@ -0,0 +1,9 @@
|
|||
"""Integration shared constants."""
|
||||
import logging
|
||||
|
||||
DATA_VLC = "vlc"
|
||||
DATA_AVAILABLE = "available"
|
||||
DEFAULT_NAME = "VLC-TELNET"
|
||||
DEFAULT_PORT = 4212
|
||||
DOMAIN = "vlc_telnet"
|
||||
LOGGER = logging.getLogger(__package__)
|
Loading…
Add table
Add a link
Reference in a new issue