8 lines
138 B
Python
8 lines
138 B
Python
|
"""Constants for the La Marzocco integration."""
|
||
|
|
||
|
from typing import Final
|
||
|
|
||
|
DOMAIN: Final = "lamarzocco"
|
||
|
|
||
|
CONF_MACHINE: Final = "machine"
|