mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 11:18:00 +02:00
Simplify the description of insteon.load_all_link_database action (#138275)
This also replaces "true" with "enabled" to better it match the toggle in the UI.
This commit is contained in:
@ -144,7 +144,7 @@
|
||||
},
|
||||
"reload": {
|
||||
"name": "[%key:common::action::reload%]",
|
||||
"description": "Reloads all records. If true the current records are cleared from memory (does not effect the device) and the records are reloaded. If false the existing records are left in place and only missing records are added. Default is false."
|
||||
"description": "If enabled, all current records are cleared from memory (does not effect the device) and reloaded. Otherwise the existing records are left in place and only missing records are added."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user