mirror of
https://github.com/home-assistant/core.git
synced 2025-08-16 11:01:39 +02:00
Allow frontend to store metadata in homeassistant scenes (#72178)
This commit is contained in:
@@ -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,
|
||||
}
|
||||
)
|
||||
],
|
||||
|
Reference in New Issue
Block a user