mirror of
https://github.com/home-assistant/core.git
synced 2026-05-08 17:49:37 +01:00
2fb85aab8e
* Incorporate GroupManager * Update quality scale * Fix group params * Revert quality scale change * Rename varaible * Move group action implementaton out of coordinator * Fix get_group_members hass access * entity -> entity_id
8 lines
167 B
Python
8 lines
167 B
Python
"""Const for the HEOS integration."""
|
|
|
|
ATTR_PASSWORD = "password"
|
|
ATTR_USERNAME = "username"
|
|
DOMAIN = "heos"
|
|
SERVICE_SIGN_IN = "sign_in"
|
|
SERVICE_SIGN_OUT = "sign_out"
|