Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the Frontier Silicon Media Player integration."""
2 
3 DOMAIN = "frontier_silicon"
4 
5 CONF_WEBFSAPI_URL = "webfsapi_url"
6 
7 SSDP_ST = "urn:schemas-frontier-silicon-com:undok:fsapi:1"
8 SSDP_ATTR_SPEAKER_NAME = "SPEAKER-NAME"
9 
10 DEFAULT_PIN = "1234"
11 DEFAULT_PORT = 80
12 
13 MEDIA_CONTENT_ID_PRESET = "preset"
14 MEDIA_CONTENT_ID_CHANNELS = "channels"