mirror of
https://github.com/home-assistant/core.git
synced 2026-08-16 02:02:56 +01:00
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",
|
|
]
|