Add data description to Iron OS integration (#131719)

This commit is contained in:
Manu 2024-11-27 16:20:38 +01:00 committed by GitHub
parent d6f4a79b46
commit c21e221f65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,10 +5,13 @@
"description": "[%key:component::bluetooth::config::step::user::description%]", "description": "[%key:component::bluetooth::config::step::user::description%]",
"data": { "data": {
"address": "[%key:common::config_flow::data::device%]" "address": "[%key:common::config_flow::data::device%]"
},
"data_description": {
"address": "Ensure your device is powered on and within Bluetooth range before continuing"
} }
}, },
"bluetooth_confirm": { "bluetooth_confirm": {
"description": "[%key:component::bluetooth::config::step::bluetooth_confirm::description%]" "description": "Do you want to set up {name}?\n\n*Ensure your device is powered on and within Bluetooth range before continuing*"
} }
}, },
"abort": { "abort": {