hass-core/homeassistant/components/system_bridge/const.py
Aidan Timson 9982483395
Add media player to System Bridge integration (#97532)
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2023-10-06 15:08:51 +02:00

14 lines
197 B
Python

"""Constants for the System Bridge integration."""
DOMAIN = "system_bridge"
MODULES = [
"battery",
"cpu",
"disk",
"display",
"gpu",
"media",
"memory",
"system",
]