mirror of
https://github.com/home-assistant/core.git
synced 2026-08-07 22:05:35 +01:00
6 lines
130 B
Python
6 lines
130 B
Python
"""Constants for the CentriConnect/MyPropane API integration."""
|
|
|
|
DOMAIN = "centriconnect"
|
|
|
|
CENTRICONNECT_DEVICE_ID = "device_id"
|