mirror of
https://github.com/home-assistant/core.git
synced 2025-11-06 17:40:11 +00:00
Co-authored-by: Norbert Rittel <norbert@rittel.de> Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
7 lines
124 B
Python
7 lines
124 B
Python
"""Constants for the Firefly III integration."""
|
|
|
|
DOMAIN = "firefly_iii"
|
|
|
|
MANUFACTURER = "Firefly III"
|
|
NAME = "Firefly III"
|