mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-22 02:05:11 +01:00
8 lines
141 B
Python
8 lines
141 B
Python
"""Constants for SlimProto Player integration."""
|
|
|
|
DOMAIN = "slimproto"
|
|
|
|
DEFAULT_NAME = "SlimProto Player"
|
|
|
|
PLAYER_EVENT = f"{DOMAIN}_event"
|