1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-27 10:46:38 +01:00
Files
core/homeassistant/components/sonos/const.py
T
2020-05-27 15:36:08 -07:00

5 lines
75 B
Python

"""Const for Sonos."""
DOMAIN = "sonos"
DATA_SONOS = "sonos_media_player"