File: /volume1/docker/homeassistant2025/custom_components/hass_agent/translations/en.json
{
"config": {
"flow_title": "{name}",
"abort": {
"no_devices_found": "No devices found on the network"
},
"error": {
"cannot_connect": "Failed to connect"
},
"step": {
"confirm": {
"description": "Do you want to start set up?"
},
"local_api": {
"title": "HASS.Agent Local API",
"description": "This adds the device to HA using the local api. Currently ONLY notifications will work. Add the device using the auto discovery if you want media_player.",
"data": {
"host": "Host",
"port": "Port",
"ssl": "Use SSL"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"default_notification_title": "Default Notification Title. Space to disable."
},
"title": "Configure HASS.Agent"
}
}
},
"device_automation": {
"trigger_type": {
"notifications_mqtt": "When a notification with a specfic action has been pressed (MQTT)",
"notifications_event": "When a notification with a specfic action has been pressed (Event)"
}
}
}