core/homeassistant/components/ohme/const.py

7 lines
150 B
Python

"""Component constants."""
from homeassistant.const import Platform
DOMAIN = "ohme"
PLATFORMS = [Platform.BUTTON, Platform.SENSOR, Platform.SWITCH]