HEX
Server: Apache/2.4.63 (Unix)
System: Linux Synopilou92 4.4.302+ #72806 SMP Mon Jul 21 23:16:00 CST 2025 x86_64
User: pilou92 (1026)
PHP: 8.0.30
Disabled: NONE
Upload Files
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)"
        }
    }
}