1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-21 02:18:47 +00:00
Files
core/homeassistant/components/bond/strings.json
2025-10-28 10:33:10 +01:00

102 lines
3.4 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"old_firmware": "Unsupported old firmware on the Bond device - please upgrade before continuing",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"flow_title": "{name} ({host})",
"step": {
"confirm": {
"data": {
"access_token": "[%key:common::config_flow::data::access_token%]"
},
"description": "Do you want to set up {name}?"
},
"user": {
"data": {
"access_token": "[%key:common::config_flow::data::access_token%]",
"host": "[%key:common::config_flow::data::host%]"
},
"data_description": {
"host": "The IP address of your Bond hub."
}
}
}
},
"services": {
"set_fan_speed_tracked_state": {
"description": "Sets the tracked fan speed for a Bond fan.",
"fields": {
"entity_id": {
"description": "Name(s) of entities to set the tracked fan speed.",
"name": "Entity"
},
"speed": {
"description": "Fan Speed as %.",
"name": "Fan Speed"
}
},
"name": "Set fan speed tracked state"
},
"set_light_brightness_tracked_state": {
"description": "Sets the tracked brightness state of a Bond light.",
"fields": {
"brightness": {
"description": "Brightness.",
"name": "Brightness"
},
"entity_id": {
"description": "Name(s) of entities to set the tracked brightness state of.",
"name": "Entity"
}
},
"name": "Set light brightness tracked state"
},
"set_light_power_tracked_state": {
"description": "Sets the tracked power state of a Bond light.",
"fields": {
"entity_id": {
"description": "[%key:component::bond::services::set_switch_power_tracked_state::fields::entity_id::description%]",
"name": "Entity"
},
"power_state": {
"description": "[%key:component::bond::services::set_switch_power_tracked_state::fields::power_state::description%]",
"name": "[%key:component::bond::services::set_switch_power_tracked_state::fields::power_state::name%]"
}
},
"name": "Set light power tracked state"
},
"set_switch_power_tracked_state": {
"description": "Sets the tracked power state of a Bond switch.",
"fields": {
"entity_id": {
"description": "Name(s) of entities to set the tracked power state of.",
"name": "Entity"
},
"power_state": {
"description": "Power state.",
"name": "Power state"
}
},
"name": "Set switch power tracked state"
},
"start_decreasing_brightness": {
"description": "Starts decreasing the brightness of the light (deprecated).",
"name": "Start decreasing brightness"
},
"start_increasing_brightness": {
"description": "Starts increasing the brightness of the light (deprecated).",
"name": "Start increasing brightness"
},
"stop": {
"description": "Stops any in-progress action and empty the queue (deprecated).",
"name": "[%key:common::action::stop%]"
}
}
}