1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-13 17:44:45 +01:00
Files
core/homeassistant/components/plum_lightpad/config_flow.py
T
2026-04-30 21:14:48 +02:00

12 lines
241 B
Python

"""Config flow for Plum Lightpad."""
from homeassistant.config_entries import ConfigFlow
from . import DOMAIN
class PlumLightpadConfigFlow(ConfigFlow, domain=DOMAIN):
"""Config flow for Plum Lightpad integration."""
VERSION = 1