core/homeassistant/components/heos/const.py

12 lines
333 B
Python

"""Const for the HEOS integration."""
ATTR_PASSWORD = "password"
ATTR_USERNAME = "username"
DOMAIN = "heos"
ENTRY_TITLE = "HEOS System"
SERVICE_GROUP_VOLUME_SET = "group_volume_set"
SERVICE_GROUP_VOLUME_DOWN = "group_volume_down"
SERVICE_GROUP_VOLUME_UP = "group_volume_up"
SERVICE_SIGN_IN = "sign_in"
SERVICE_SIGN_OUT = "sign_out"