Mark device actions from hidden or auxiliary entities as secondary (#70278)
This commit is contained in:
parent
2a99084911
commit
64381acbaf
24 changed files with 875 additions and 164 deletions
|
@ -1465,6 +1465,7 @@ DEVICE_ACTION_BASE_SCHEMA = vol.Schema(
|
|||
**SCRIPT_ACTION_BASE_SCHEMA,
|
||||
vol.Required(CONF_DEVICE_ID): string,
|
||||
vol.Required(CONF_DOMAIN): str,
|
||||
vol.Remove("metadata"): dict,
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue