mirror of
https://github.com/home-assistant/core.git
synced 2025-04-30 04:07:51 +00: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"
|