{{ $t("Long-Lived Access Token can be created by clicking on your profile name (bottom left) and scrolling to the bottom then click Create Token. ") }}
{{ $t('A list of Notification Services can be found in Home Assistant under "Developer Tools > Services" search for "notification" to find your device/phone name.') }}
{{ $t("Automations can optionally be triggered in Home Assistant:") }}
                {{ $t("Trigger type:") }} Event
                {{ $t("Event type:") }} call_service
                {{ $t("Event data:") }}
            
domain: notify
service: mobile_app_my_phone # change to your device name
service_data:
  title: Uptime Kuma
  data:
    status: 0 # 0=down 1=up
    # name: Optional Uptime Kuma Monitor Name to filter by
            {{ $t("Then choose an action, for example switch the scene to where an RGB light is red.") }}