* Add OurGroceries integration * Handle review comments * Fix coordinator test * Additional review comments * Address code review comments * Remove devices
3 lines
75 B
Python
3 lines
75 B
Python
"""Constants for the OurGroceries integration."""
|
|
|
|
DOMAIN = "ourgroceries"
|