Mark config flow fields as required (#51898)
* flo * goalzero * mutesync * ring * roon * risco * Ruckus Unleashed * Scaffold template
This commit is contained in:
parent
3488b78365
commit
63e20f2ced
8 changed files with 29 additions and 9 deletions
|
@ -18,7 +18,7 @@ from .const import (
|
|||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
DATA_SCHEMA = vol.Schema({"host": str})
|
||||
DATA_SCHEMA = vol.Schema({vol.Required("host"): str})
|
||||
|
||||
TIMEOUT = 120
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue