mirror of
https://github.com/home-assistant/core.git
synced 2026-05-21 16:00:12 +01:00
4641c829ca
Co-authored-by: Erwin Douna <e.douna@gmail.com> Co-authored-by: Joostlek <joostlek@outlook.com>
9 lines
216 B
Python
9 lines
216 B
Python
"""Constants for the Avea integration."""
|
|
|
|
DOMAIN = "avea"
|
|
INTEGRATION_TITLE = "Elgato Avea"
|
|
MANUFACTURER = "Elgato"
|
|
MODEL = "Avea"
|
|
AVEA_SERVICE_UUID = "f815e810-456c-6761-746f-4d756e696368"
|
|
UNKNOWN_NAME = "Unknown"
|