3 lines
102 B
Python
3 lines
102 B
Python
"""Constants for the Songpal component."""
|
|
DOMAIN = "songpal"
|
|
SET_SOUND_SETTING = "set_sound_setting"
|