mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Bump voluptuous-serialize 2.4.0 (#37241)
* Bump voluptuous-serialize 2.4.0 * Add constant to demo * gen reqs
This commit is contained in:
parent
e5872cc0e4
commit
16ccf0affd
@ -53,6 +53,7 @@ class OptionsFlowHandler(config_entries.OptionsFlow):
|
||||
step_id="options_1",
|
||||
data_schema=vol.Schema(
|
||||
{
|
||||
vol.Required("constant"): "Constant Value",
|
||||
vol.Optional(
|
||||
CONF_BOOLEAN,
|
||||
default=self.config_entry.options.get(CONF_BOOLEAN, False),
|
||||
|
@ -7,6 +7,7 @@
|
||||
},
|
||||
"options_1": {
|
||||
"data": {
|
||||
"constant": "Constant",
|
||||
"bool": "Optional boolean",
|
||||
"int": "Numeric input"
|
||||
}
|
||||
|
@ -24,7 +24,7 @@ pyyaml==5.3.1
|
||||
requests==2.24.0
|
||||
ruamel.yaml==0.15.100
|
||||
sqlalchemy==1.3.18
|
||||
voluptuous-serialize==2.3.0
|
||||
voluptuous-serialize==2.4.0
|
||||
voluptuous==0.11.7
|
||||
zeroconf==0.27.1
|
||||
|
||||
|
@ -17,4 +17,4 @@ pyyaml==5.3.1
|
||||
requests==2.24.0
|
||||
ruamel.yaml==0.15.100
|
||||
voluptuous==0.11.7
|
||||
voluptuous-serialize==2.3.0
|
||||
voluptuous-serialize==2.4.0
|
||||
|
@ -18,7 +18,7 @@ pyyaml==5.3.1
|
||||
requests==2.24.0
|
||||
ruamel.yaml==0.15.100
|
||||
voluptuous==0.11.7
|
||||
voluptuous-serialize==2.3.0
|
||||
voluptuous-serialize==2.4.0
|
||||
|
||||
# homeassistant.components.nuimo_controller
|
||||
--only-binary=all nuimo==0.1.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user