Use appropriate selector for homeassistant.update_entity (#122497)

This commit is contained in:
karwosts 2024-07-25 02:05:31 -07:00 committed by GitHub
parent 4901ecba7f
commit 8687b438f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 3 deletions

View File

@ -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:

View File

@ -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",