Allow picking multiple entity targets for zwave_js.refresh_value service (#79634)

Allow selection of multiple entities for zwave_js.refresh_value service
This commit is contained in:
kpine 2022-10-04 23:30:34 -07:00 committed by Franck Nijhof
parent e26f3de80b
commit 20c61af5b7
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -105,6 +105,7 @@ refresh_value:
selector: selector:
entity: entity:
integration: zwave_js integration: zwave_js
multiple: true
refresh_all_values: refresh_all_values:
name: Refresh all values? name: Refresh all values?
description: Whether to refresh all values (true) or just the primary value (false) description: Whether to refresh all values (true) or just the primary value (false)