mirror of https://github.com/home-assistant/core
79 lines
2.6 KiB
JSON
79 lines
2.6 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]"
|
|
},
|
|
"data_description": {
|
|
"host": "The hostname or IP address of your Bose SoundTouch device."
|
|
}
|
|
},
|
|
"zeroconf_confirm": {
|
|
"title": "Confirm adding Bose SoundTouch device",
|
|
"description": "You are about to add the SoundTouch device named `{name}` to Home Assistant."
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
}
|
|
},
|
|
"services": {
|
|
"play_everywhere": {
|
|
"name": "Play everywhere",
|
|
"description": "Plays on all Bose SoundTouch devices.",
|
|
"fields": {
|
|
"master": {
|
|
"name": "Master",
|
|
"description": "Name of the master entity that will coordinate the grouping. Platform dependent. It is a shortcut for creating a multi-room zone with all devices."
|
|
}
|
|
}
|
|
},
|
|
"create_zone": {
|
|
"name": "Create zone",
|
|
"description": "Creates a SoundTouch multi-room zone.",
|
|
"fields": {
|
|
"master": {
|
|
"name": "Master",
|
|
"description": "Name of the master entity that will coordinate the multi-room zone. Platform dependent."
|
|
},
|
|
"slaves": {
|
|
"name": "Slaves",
|
|
"description": "Name of slaves entities to add to the new zone."
|
|
}
|
|
}
|
|
},
|
|
"add_zone_slave": {
|
|
"name": "Add zone slave",
|
|
"description": "Adds a slave to a SoundTouch multi-room zone.",
|
|
"fields": {
|
|
"master": {
|
|
"name": "Master",
|
|
"description": "Name of the master entity that is coordinating the multi-room zone. Platform dependent."
|
|
},
|
|
"slaves": {
|
|
"name": "[%key:component::soundtouch::services::create_zone::fields::slaves::name%]",
|
|
"description": "Name of slaves entities to add to the existing zone."
|
|
}
|
|
}
|
|
},
|
|
"remove_zone_slave": {
|
|
"name": "Remove zone slave",
|
|
"description": "Removes a slave from the SoundTouch multi-room zone.",
|
|
"fields": {
|
|
"master": {
|
|
"name": "Master",
|
|
"description": "[%key:component::soundtouch::services::add_zone_slave::fields::master::description%]"
|
|
},
|
|
"slaves": {
|
|
"name": "[%key:component::soundtouch::services::create_zone::fields::slaves::name%]",
|
|
"description": "Name of slaves entities to remove from the existing zone."
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|