mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 09:17:53 +00:00
Allow frontend to store metadata in homeassistant scenes (#72178)
This commit is contained in:
parent
1001f9e39a
commit
36e9088e6b
@ -101,6 +101,7 @@ PLATFORM_SCHEMA = vol.Schema(
|
||||
vol.Required(CONF_NAME): cv.string,
|
||||
vol.Optional(CONF_ICON): cv.icon,
|
||||
vol.Required(CONF_ENTITIES): STATES_SCHEMA,
|
||||
vol.Optional("metadata"): dict,
|
||||
}
|
||||
)
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user