mirror of
https://github.com/home-assistant/core.git
synced 2026-05-22 16:30:27 +01:00
9982483395
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
15 lines
197 B
Python
15 lines
197 B
Python
"""Constants for the System Bridge integration."""
|
|
|
|
DOMAIN = "system_bridge"
|
|
|
|
MODULES = [
|
|
"battery",
|
|
"cpu",
|
|
"disk",
|
|
"display",
|
|
"gpu",
|
|
"media",
|
|
"memory",
|
|
"system",
|
|
]
|