mirror of
https://github.com/home-assistant/core.git
synced 2026-08-19 21:01:05 +01:00
7 lines
133 B
Python
7 lines
133 B
Python
"""Constants for the liebherr integration."""
|
|
|
|
from typing import Final
|
|
|
|
DOMAIN: Final = "liebherr"
|
|
MANUFACTURER: Final = "Liebherr"
|