mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 17:27:52 +00:00
Use appropriate selector for homeassistant.update_entity (#122497)
This commit is contained in:
parent
4901ecba7f
commit
8687b438f1
@ -43,8 +43,12 @@ turn_off:
|
||||
entity: {}
|
||||
|
||||
update_entity:
|
||||
target:
|
||||
entity: {}
|
||||
fields:
|
||||
entity_id:
|
||||
required: true
|
||||
selector:
|
||||
entity:
|
||||
multiple: true
|
||||
|
||||
reload_custom_templates:
|
||||
reload_config_entry:
|
||||
|
@ -145,7 +145,13 @@
|
||||
},
|
||||
"update_entity": {
|
||||
"name": "Update entity",
|
||||
"description": "Forces one or more entities to update its data."
|
||||
"description": "Forces one or more entities to update its data.",
|
||||
"fields": {
|
||||
"entity_id": {
|
||||
"name": "Entities to update",
|
||||
"description": "List of entities to force update."
|
||||
}
|
||||
}
|
||||
},
|
||||
"reload_custom_templates": {
|
||||
"name": "Reload custom Jinja2 templates",
|
||||
|
Loading…
x
Reference in New Issue
Block a user