Co-authored-by: Robert Resch <robert@resch.dev> Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com> Co-authored-by: Paul Bottein <paul.bottein@gmail.com> Co-authored-by: J. Nick Koston <nick@koston.org> Co-authored-by: tronikos <tronikos@users.noreply.github.com> Co-authored-by: Luke Lashley <conway220@gmail.com> Co-authored-by: Franck Nijhof <git@frenck.dev> Co-authored-by: dupondje <jean-louis@dupond.be>
7 lines
138 B
Python
7 lines
138 B
Python
"""Constants for the La Marzocco integration."""
|
|
|
|
from typing import Final
|
|
|
|
DOMAIN: Final = "lamarzocco"
|
|
|
|
CONF_MACHINE: Final = "machine"
|