mirror of
https://github.com/home-assistant/core.git
synced 2026-09-07 05:52:27 +01:00
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
37 lines
968 B
JSON
37 lines
968 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "This device has already been configured with this transmitter.",
|
|
"no_emitters": "No infrared transmitter entities found. Please set up an infrared device first."
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"device_type": "Device type",
|
|
"infrared_emitter_entity_id": "Infrared transmitter"
|
|
},
|
|
"data_description": {
|
|
"device_type": "The type of device to control.",
|
|
"infrared_emitter_entity_id": "The infrared transmitter entity to use for sending commands."
|
|
},
|
|
"description": "Select the device type and the infrared transmitter entity to use for controlling your device.",
|
|
"title": "Set up Infrared Remote"
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"fan": {
|
|
"fan": {
|
|
"name": "Dyson Fan"
|
|
}
|
|
}
|
|
},
|
|
"selector": {
|
|
"device_type": {
|
|
"options": {
|
|
"fan": "Fan"
|
|
}
|
|
}
|
|
}
|
|
}
|