Files
core/homeassistant/components/dyson_infrared/strings.json
T
2026-07-26 21:58:37 +02:00

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"
}
}
}
}