mirror of
https://github.com/home-assistant/core.git
synced 2026-05-20 07:20:14 +01:00
261ca2dd9a
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
6 lines
130 B
Python
6 lines
130 B
Python
"""Constants for the CentriConnect/MyPropane API integration."""
|
|
|
|
DOMAIN = "centriconnect"
|
|
|
|
CENTRICONNECT_DEVICE_ID = "device_id"
|